Skip to content

Instantly share code, notes, and snippets.

@EliRibble
Created December 30, 2015 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EliRibble/0c9afad2a95785d60a43 to your computer and use it in GitHub Desktop.
Save EliRibble/0c9afad2a95785d60a43 to your computer and use it in GitHub Desktop.
Error running cmake in unvanquished
01:51:59 git:(upstream ⚡ detached@a4fa831) ~/src/Unvanquished/build$ cmake ..
-- client
-- server
-- ttyclient
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named 'yaml'
CMake Error at daemon/cmake/DaemonCBSE.cmake:55 (message):
Missing dependences for CBSE generation. Please ensure you have python ≥
2, python-yaml, and python-jinja installed.
Use pip -r install src/utils/cbse/requirements.txt to install
Call Stack (most recent call first):
CMakeLists.txt:88 (CBSE)
-- Configuring incomplete, errors occurred!
See also "/Users/eliribble/src/Unvanquished/build/CMakeFiles/CMakeOutput.log".
See also "/Users/eliribble/src/Unvanquished/build/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment