-
Notifications
You must be signed in to change notification settings - Fork 104
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
Using Raspian Bookworm OS #139
Comments
Hi @2rkoester, it is possible to install on Bookworm, but you'll want to create a Python virtual environment and set the project up inside it. You can do so like this: cd ~/
sudo apt update; sudo apt install python3-venv
python3 -m venv venv
source venv/bin/activate You'll notice that your terminal now has a You can then proceed to follow the Manual Installation steps. The virtual environment only needs to be active for step # 10, but there shouldn't be any harm in leaving it active for the entire installation. You'll also need to update the Python path for the service file created in step 12 of the Manual Installation guide. The ExecStart path should use the newly created Python3 executable in the virtual environment. It should be
One final note is that any commands in the documentation where you are running the I definitely want to get an updated custom OS image out, but I'll need to write new docs because they're all based on not having a Python virtual environment. This of course also has implications on existing deployments ever trying to upgrade in the future. |
Thank you, I will give that a try. Love your product, I have been using for several years and have three machines setup. |
Wondered if anyone has installed this software on Bookworm OS. It appears the rpi_power_monitor fails to install with an error:externally-managed_environment.
The text was updated successfully, but these errors were encountered: