problems with pip3 install #70
Replies: 3 comments 1 reply
-
|
I have the same problem. After a reinstall of domoticz on a RasPi 4 (RasPi OS: bookworm 64bits, Domoticz: 2024.2) How can I fix this? |
Beta Was this translation helpful? Give feedback.
-
|
I made it work by executing python3 -m pip config set global.break-system-packages true before the pip3 command. |
Beta Was this translation helpful? Give feedback.
-
|
Had the same problem in Raspberry Pi Os Trixie. Use this command: sudo pip3 install -r requirements --break-system-packages This should solve the problem with the externaly-managed-environment error. But it still didn't work on my newly installed Rpi4. I had to remove pymodbus 3.5.4 and replace it with version 2.4.0 in order to let it work with solaredge_modbus 0.7.0 to check which version pymodbus you have: pip3 list | grep pymodbus Good luck |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
versie on rpi4 : 6.1.0-rpi4-rpi-v8 / bookworm
can't execute the command : sudo pip3 install -r requirements.txt
I got this error:
Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions