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

alsa-midi install error #1

Open
ksipp01 opened this issue Jan 4, 2024 · 3 comments
Open

alsa-midi install error #1

ksipp01 opened this issue Jan 4, 2024 · 3 comments

Comments

@ksipp01
Copy link

ksipp01 commented Jan 4, 2024

when running this:
python3 -m pip install alsa-midi
results in error: externally-managed-environment

this suggestion works:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install alsa-midi

@corrados
Copy link
Owner

corrados commented Jan 7, 2024

Thanks for sharing your solution. What operating system are you using? When I installed it, I did not get any error. Maybe the problem you have is related to your system configuration.

@ksipp01
Copy link
Author

ksipp01 commented Jan 7, 2024

Debian 12

@ksipp01
Copy link
Author

ksipp01 commented Jan 8, 2024

Above was Pi 4

on a zero W running
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
it works according to your instructions....

thanks for developing this!!!

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

2 participants