Skip to content
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

M1 Mac: Building wheel for opencv-python (pyproject.toml): still running.. #33

Open
tascodes opened this issue Jan 29, 2023 · 2 comments

Comments

@tascodes
Copy link

Hey y'all, not exactly an issue with this repository so much as it is opencv-python, but I'm just poking to see if anyone's solved this.

Running docker compose up -d in top level of the repository gets all the way through the Dockerfile then freezes permanently at "Building wheel for opencv-python (pyproject.toml): still running..". Ran it overnight just to be totally sure.

It seems other people have had issues with opencv-python on M1, but I've been researching this for weeks to no avail.

Is there any way this can be run without Docker, or some known solution to skip the opencv wheel?

@zpyoung
Copy link

zpyoung commented Feb 20, 2023

Try using a pinned version like 'opencv-python==4.5.3.56'. That worked for me.

@saulable
Copy link

saulable commented May 4, 2023

Unfortunately, I don't think this app is compatible with Mac M1 chips as it stands.

The stable-baselines1 needs tensorflow < 2.0. At the time of saying this, tensorflow v1.x is not compatible with the M1 chips, it's only 2.x that will work on the ARM64 architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants