-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
usd-core Python package doesn't include Apple Silicon support #1718
Comments
Filed as internal issue #USD-7081 |
Hi @sleroux, as you suspected we currently do not publish native M1 builds of the
Closing this out, but please reopen if you encounter more issues with this. Thanks! |
Actually, let me leave this open to track potentially adding a native M1 It seems like we should be able to set up a 'universal binary' build of the package on Azure and publish that to PyPI, but I'm not 100% certain that's possible or what that might look like. Maybe someone with more experience with this can chime in? |
It looks like this may be fixed by 56e59a8. Will the new universal2 package start being published when there is a new release? |
@jakedouglas Yes, it will be. The wheel for the current dev branch is available from Azure for testing if you'd like to give it a spin: https://dev.azure.com/PixarAnimationStudios/USD/_build/results?buildId=2248&view=artifacts&pathAsName=false&type=publishedArtifacts |
Thank you! |
Description of Issue
I recently tried to setup the USD python tooling on a M1 Macbook pro by installing the
usd-core
package from PyPi but regardless of which version of Python I used I got:The only thing I can think of that would be causing this is that USD currently doesn't offer a build of the C++ bindings for the Python library on Apple Silicon.
System Information (OS, Hardware)
MacOS Monterey 12.1, 2021 M1 Macbook Pro (Apple Silicon)
Package Versions
usd-core
21.11The text was updated successfully, but these errors were encountered: