Skip to content

aydin fails to install on Apple M1 #297

@keithchev

Description

@keithchev

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions