You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on macOS with an M1 chip. I tried installing the package using pip install -e . with the latest version of pip (24.0) and separately Python versions 3.8 and 3.9.
ERROR: Could not find a version that satisfies the requirement PySide2>5.15 (from metis) (from versions: none)
ERROR: No matching distribution found for PySide2>5.15
As far as I can tell attempting to install any version of PySide2 fails.
After reading #4, I just tried using rosetta and Docker to run a linux/amd64 Python 3.9 image and the installation works. On the same image for linux/arm64 it fails. Could a disclaimer be added to the README so other folks don't run into the same issue?
The text was updated successfully, but these errors were encountered:
Hi I can have a look into the requirements. I am also running the code from an ARM (M2) System, and I have not run into any issues. But I can have a look.
Hello,
I'm on macOS with an M1 chip. I tried installing the package using
pip install -e .
with the latest version of pip (24.0) and separately Python versions 3.8 and 3.9.As far as I can tell attempting to install any version of PySide2 fails.
After reading #4, I just tried using rosetta and Docker to run a linux/amd64 Python 3.9 image and the installation works. On the same image for linux/arm64 it fails. Could a disclaimer be added to the README so other folks don't run into the same issue?
The text was updated successfully, but these errors were encountered: