-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pybinding can not run on MAC with M3 chip. #54
Comments
Hi |
Thanks for your reply. I reinstalled pybinding using the command 'arch -arm64 pip3 install -i https://test.pypi.org/simple/pybinding'. However, the obtained results are the same as before. The terminal is also set to run without Rosetta support. Is there anything else I can check? |
The Python environment was also checked with 'file $(which python3)', which indicates 'arm64'. I have also enforced Python to run with arm64 using 'arch -arm64 python3'. However, no changes have occurred. |
Please make a complete re-installation of pybinding, and add the --verbose part tot the pip install command. I'm almost certain that rosetta is enabled, x86_64 is exactly the behavior expected from an installation with rosetta. If possible, make a complete new installation of a python virtual environment to be certain. |
Dear developers,
![run_error](https://private-user-images.githubusercontent.com/51693100/299542459-7a732945-59e2-4a96-9f62-30177751720d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzQ3ODcsIm5iZiI6MTczOTYzNDQ4NywicGF0aCI6Ii81MTY5MzEwMC8yOTk1NDI0NTktN2E3MzI5NDUtNTllMi00YTk2LTlmNjItMzAxNzc3NTE3MjBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE1NDgwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTliMjYzN2NkZTJkZWM2MGI0ODZiMWIwN2Y0MWJjNjU1YzI2NDEzMjNhYzdmMDIwODRjOGVhOTFiYWQ4ZDlhYzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TLwRh7GdCTna7meeYioDQY3zEU9zyuPvVqFjSb1Haqw)
I installed pybinding by the "pip3 install -i https://test.pypi.org/simple/ pybinding" on my Mac book with M3 chip. When I import pybinding, I got the following error message. How can I fix it?
The text was updated successfully, but these errors were encountered: