Replies: 1 comment
-
Apparently, bullseye doesn't allow packages to be installed in the system python environment (like C:\program files in windows). That is an OS decision, not related to the library or how you're installing it. You can read up on "python virtual environment" via Google (that's the long term for venv). An alternative could be a pip |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, sorry i have no big experience with python so i need an help to install after os upgrade.
With Armbian Bullseye no problem i wrote sudo pip install bimmer_connected and everything was fine:
all user can run bimmerconnected from shell and i was able to use in simple python scripts.
In Bookworm:
sudo pip3 install bimmer_connected
with apt install of course doesn't work.
so i tryed with
sudo pipx install bimmer_connected
sudo pipx ensurepath install bimmer_connected
but i have not bimmerconnected in the path.
probably is some basic usage of the pipx installer... but as i already said my knowledge of python is very low
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions