-
Notifications
You must be signed in to change notification settings - Fork 277
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
Python 3.9.12 on OSX #445
Comments
Hmm... this is weird as Python 3.9 should be officially supported on Apple Silicon. |
Could you try the following using the branch on my fork that is used for PR #444 ?
|
Thank you so much for the effort. There seems to be issues with the M1 chip, what I did was to uninstall conda and install: All the best, |
So that's your first issue: Python 3.8.X is not officially supported on Apple Silicon. Please try to install a more recent Python version and try again. |
Also try downloading the code from https://github.com/Takishima/ProjectQ/tree/feature/apple-mx-processors (you can either use Git or download the ZIP file; in the latter case, unzip it somewhere on your system and then simply do |
Did you try the latest version? Did it help? If not, this is probably related to the fact that Python 3.8 is not officially supported on Apple Silicon and there is little we can do for the compiled C++ code (since you're compiling the code on your machine locally anyway). Perhaps if you could post the full log of executing |
Python 3.9.12 (main, Apr 5 2022, 01:53:17)
[Clang 12.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: