Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. If it doesn't, consider reporting the issue: https://github.com/SFTtech/openage
  2. Or ask for help:
  3. * Matrix: #sfttech:matrix.org
  4. * IRC: #sfttech on freenode.net
  5.  
  6. No suitable Python interpreter found.
  7. We need an interpreter that is shipped with libpython and header files.
  8. Specify your own with -DPYTHON=/path/to/executable
  9.  
  10.  
  11.  
  12. CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  13. Could NOT find Python (missing: PYTHON PYTHON_INCLUDE_DIRS
  14. PYTHON_LIBRARIES) (Required is at least version "3.4")
  15. Call Stack (most recent call first):
  16. C:/Program Files (x86)/CMake/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  17. buildsystem/modules/FindPython.cmake:234 (find_package_handle_standard_args)
  18. C:/Users/tommy/vcpkg/scripts/buildsystems/vcpkg.cmake:247 (_find_package)
  19. buildsystem/HandlePythonOptions.cmake:6 (find_package)
  20. CMakeLists.txt:136 (include)
  21.  
  22.  
  23. -- Configuring incomplete, errors occurred!
  24. See also "C:/Users/tommy/Documents/GitHub/openage/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement