-
Notifications
You must be signed in to change notification settings - Fork 492
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
Bluepy and Bookworm #507
Comments
Same question over here... FOund any solutions? |
I would go for: https://pypi.org/project/bluepy3/ It should be based on this code. But for python >=3.8 only |
Im having the same issue. Using it for wof. Did you guys have any luck? |
I had to set up and use a VENV using Bookworm. Once I figured out how to do that it worked fine, but it took me awhile to figure it out. |
So all I have to do is get bluepy installed with venv |
Add this at the end of pip install "--break-system-packages" This is due to your distribution adopting PEP 668 – Marking Python base environments as “externally managed”. |
I've been running Bluepy on several Bullseye based RPis for awhile. Recently I had to reformat the SD card on one of those Pis, and I decided to upgrade to Bookworm, as it's the latest Pi OS. All went well, except now I can't install Bluepy on the Pi. When I run the "normal" install process the OS throws an error...
sudo pip install bluepy
results in:
error: externally-managed-environment
This environment is externally managed
To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.
So I try...
sudo apt install python3-bluepy
and the response is...
E: Unable to locate package python3-bluepy
Is there some trick to getting Bluepy installed on Bookworm?
The text was updated successfully, but these errors were encountered: