-
Notifications
You must be signed in to change notification settings - Fork 251
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
Could NOT find Python3: Found unsuitable version "3.10", but required is exact version "3.10.13" (found /buildAgent/work/4946e30737d0d252/_build/target-deps/python/include/python3.10 #141
Comments
I searched the files in the USD lib directory and find out this:
the PY_VERSION is definitely "3.10.13",
but why cmake indicate that ? it's weird。。。。 |
My guess is that it is the
This change was introduced in USD v0.23.08, however Open MoonRay has only been validated up to USD v0.22.11: I am unsure why CMake is finding Python with To work around this, you could consider modifying the |
Thank you for your advice, I tried to fix this issue but there's more errors sprang out, I am considerring to find a machine with Centos or Rocky system, it's to troublesome to compile this on ubuntu..... |
Hi,
I'm trying to compile this project on ubuntu 22.04.3, with Clion 2023.2 IDE, and there're some issues on the cmake stage:
I've updated the openmmonray and all dependencies code to the latest version, and I checked the lib "libpython3.10.so" mentioned above, it's exactly version 3.10.13,
but the value that the cmake read out is "3.10", so, where could I modify the numbers to "3.10.13" instead of "3.10" to fix that problem ?
I mean where is the file that indicate the PYTHON VERSION in the USD lib directory?
Or any other better idea to solve this problem?
Thanks so much!
The text was updated successfully, but these errors were encountered: