-
Notifications
You must be signed in to change notification settings - Fork 12
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
Raspberry Pi5 dependencies #29
Comments
pi@pi5-op25:~ $ pip3 install opuslib × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification. pi@pi5-op25:~ $ |
Newer OS's / Python versions are really trying to push using virtual environments instead of installing Python dependencies system-wide. So you can go the virtual environment route, or just use the --break-system-packages flag to do it the old-fashioned way and install it system-wide: |
trying to run zellostream on a pi5. a pi5 requires the Bookworm OS. thus far, I have been unable to install the libopus and librisa dependencies. Both say unable to locate the packages. websocket-client was also not found but just plain websocket installed.
am I missing something?
The text was updated successfully, but these errors were encountered: