Skip to content
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

build_usd.py script fails with Python 3.12 #2817

Closed
TheMostDiligent opened this issue Nov 16, 2023 · 2 comments
Closed

build_usd.py script fails with Python 3.12 #2817

TheMostDiligent opened this issue Nov 16, 2023 · 2 comments

Comments

@TheMostDiligent
Copy link

TheMostDiligent commented Nov 16, 2023

Description of Issue

When running the build script, the following error is displayed:

Traceback (most recent call last):
  File "d:\GitHub\USD\build_scripts\build_usd.py", line 37, in <module>
    import distutils
ModuleNotFoundError: No module named 'distutils'

The reason is that distutils package was removed in python 3.12

System Information (OS, Hardware)

Windows

Commit: v23.11

@jesschimein
Copy link

Filed as internal issue #USD-8961

@FlorianZ
Copy link
Contributor

Hi @TheMostDiligent. We are tied to the vfx, and won't be switching to Python 3.12 before calendar year 2025 at the earliest. OpenUSD 23.11 is tested with Python 3.9. Thank you for the heads up on distutils removal, though! This is something that we will have to deal with before then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants