-
Notifications
You must be signed in to change notification settings - Fork 51
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
Error installation for Mac M1 Silicon #98
Comments
Looks like your need to install pkgconfig. |
Thanks @ericreg , appreciate! |
@HugoML I have the library working on an M1 mac with the following steps. You will also need to make a python virtual environment. If your not familiar with those I would recommend this tutorial
Do those work? |
Platform: Mac M1 Silicon
$brew install libuvc
$brew install jpeg-turbo
All ok.
$pip3 install pupil-labs-uvc
Collecting pupil-labs-uvc
Using cached pupil_labs_uvc-1.0.0b7.tar.gz (91 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from pupil-labs-uvc) (1.26.4)
Building wheels for collected packages: pupil-labs-uvc
Building wheel for pupil-labs-uvc (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pupil-labs-uvc (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [142 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pupil-labs-uvc
Failed to build pupil-labs-uvc
ERROR: Could not build wheels for pupil-labs-uvc, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: