-
Notifications
You must be signed in to change notification settings - Fork 10
Error in install - error: externally-managed-environment #10
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
Comments
Hi, |
Hello. Listing attached. |
Thanks, what happens if you just run |
So that appears to have "completed" in that there were no errors. I don't find a rpi_screenbrightness_mqtt.conf under /etc, it only appears here: /home/piuser/rpi-screenbrightness-mqtt/assets The service isn't showing as registered\running. |
yea this installs it in the venv so its not usable outside with the normal systemd service... maybe the only option for you is to add "--break-system-packages" to Line 18 in install.sh |
This fixed the issue for me. It did fail starting the service for the first time - but after the config change, all is working. |
Glad to hear! |
Hello,
Thanks for this, but I'm getting an error when running the install.sh
I've tried running the below commands to set up a virtual environment but the error remains:
python3 -m venv ~/py_envs
source ~/py_envs/bin/activate
Any help appreciated as I'm a little out of my depth now
Regards,
David.
The text was updated successfully, but these errors were encountered: