Closed SuperSecureHuman closed 2 years ago
Hi,
Can you send us the output log from the CMake step? This way we can check if cmake linked to the correct python version, the one in miniconda/envs/python37.
-Alexandra
Here is the log file
I am not exactly sure about cmake being linked. Can you link an article or something?
Thanks!
Please also attach the CMakeCache.txt and a printscreen from the command line, from when you ran the step "cmake ..", right before "make". When "cmake .." is called, the project searches for some dependent libraries. Python is one of those dependencies, and CMake will find the one that's in the system Path.
-Alexandra
Hi,
The problem is that CMake detects python2.7 before python3 and uses that one. Please remove everything from your "build" directory and try to build it again in the following way:
cmake -DUSE_PYTHON2=OFF .. make
-Alexandra
Yep! It did the trick!
Thanks You might wanna update readme (the table where you put flags)
I'll close this issue now :)
We are working on some updates and this flag will disappear in the future.
-Alexandra
I am trying to install, but it says module error. I can confirm that I have installed setuptools.
System info
Thanks!