-
Notifications
You must be signed in to change notification settings - Fork 10
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
conda environment not respected #143
Comments
You need to remove the build folder and redo CMake after you switch. |
I did |
I do think this is abnormal, but again this depends on how CMake is searching for the Python library. I would try https://stackoverflow.com/a/36439709 first. |
So, it's my problem, not wrap's :-) ? |
Same problem!
worked again. HOWEVER, to me, if you are in a conda environment when executing cmake.., it should use that environment's interpreter. Same for other environment managers. |
When I do cmake in a given conda environment, somehow it does not pick on that and I have to manually change python executable and version. (I needed a 3.8 version, are we requiring a higher version anywhere, and if so why?)
The text was updated successfully, but these errors were encountered: