Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failed under Windows in case multiple versions of Python are installed #78

Open
victorbocharov opened this issue Nov 7, 2018 · 0 comments
Labels
bug Windows Windows related issues

Comments

@victorbocharov
Copy link
Contributor

find_package CMake instruction finds headers from one version of Python and library directory from another. Compilation fails with inability to find proper version of library (pythonXX.lib).

Possible workarounds:

  • comment out find_package(PythonLibs 3) line in lima_linguisticprocessing/CMakeLists.txt (line 101). In this case parts of Lima depending on Python libraries wouldn't be built.
  • restrict to specific version of Python in line 100 of the same file.
@victorbocharov victorbocharov added bug Windows Windows related issues labels Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Windows Windows related issues
Projects
None yet
Development

No branches or pull requests

1 participant