You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: