-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Installing aydin via pip on an Apple M1 fails because of an error installing pyqt5.
To Reproduce
Obtain a 2021 Apple M1 Macbook Pro and attempt to install aydin:
conda create -y -n aydin-env python=3.
conda activate aydin-env
pip install aydin
This results in an error when installing pyqt5:
Collecting PyQt5>=5.15.6
Using cached PyQt5-5.15.9.tar.gz (3.2 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
Desktop (please complete the following information):
macOS Monterey (12.5) on Apple M1 (arm64)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working