Replies: 2 comments 3 replies
-
same. then on |
Beta Was this translation helpful? Give feedback.
-
That worked for me. I was looking in https://github.com/geerlingguy/internet-pi/issues for a solution but ended up finding it here. |
Beta Was this translation helpful? Give feedback.
-
I've had some issues when installing internet monitoring on the debian bookworm (64 bit-light) version of Raspian, but have had no issues on the legacy debian bullseye (64 bit-light) version of raspian. I kept getting an externally managed environment error whenever using pip3 to install things. I used the --break-system-packages tag when installing ansible but the same did not work for installing docker-compose and I ended up changing the docker.yml task to use apt instead to get around this. see the error message I was getting below.
But while everything works now I cant help but think there must be a more graceful solution, and I also don't understand what would've changed in the new version of Raspian to cause this. Any insight into how to make pip3 work or if I should just change to using apt would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions