-
Notifications
You must be signed in to change notification settings - Fork 48
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
Generate conda packages on Windows failed #1514
Comments
The problem is that the wrong Python is found:
We probably need a fix similar to #1509 or some other workaround. |
For some reason this is not working: robotology-superbuild/conda/cmake/RobotologySuperbuildGenerateCondaRecipes.cmake Line 170 in 17761e2
|
Because Python is used, not Python3: https://github.com/robotology/icub-main/blob/01d3cf749847727616bac7e331bb10f0ed30f33c/bindings/CMakeLists.txt#L56 . |
The text was updated successfully, but these errors were encountered: