-
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
Warning on Python 3.10/Ubuntu 22.04 #1238
Comments
We should change all the places where we use:
|
Unfortunatly the
So, we need to think more about this. Probably the best thing to do is not to rely subprojects of the superbuild to use the same logic of the superbuild to detect the python installation directly, but we should specify via appopriate CMake options the Python install directory used by the superbuild, so that we can change the Python libraries installation directory with no problem. |
This is required for Python 3.12 support, that is going to be released on October of 2023 . |
And October 2023 arrived! |
That is indeed the way to go. Once we do that, we can switch to the variant proposed in that comment, as changing the installation path (as long as they are both valid) would be perfectly ok. |
As the code in some cases return slightly different results then the previous version (see #1238 (comment)), we only use it when Python >= 3.12 .
As the code in some cases return slightly different results then the previous version (see robotology/robotology-superbuild#1238 (comment)), we only use it when Python >= 3.12. This is simar to robotology/robotology-superbuild#1511
The text was updated successfully, but these errors were encountered: