Replies: 1 comment
-
Update: This error message might be related to me using Python(3) 3.11.1. In that case using an additional pip option is a workaround: |
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 team, with interest found this repo as I'm (as a beginner) trying to link my ID.3 to my Domoticz via mqtt!
When I try to install weconnect-mqtt using pip3 as recommended, I receive an error stating: "error: externally-managed-environment". What could be the cause of this?
More details: I'm using a clean installed 'sandbox' RPI3B with Bullseye Pi OS Lite 64bit, python 3.11.1 and pip 23.0.1.
Current solution: as suggested in some other posts addressing the same error message, I have installed pipx and used that to install weconnect-mqtt.
update 231025: as mentioned, using pipx to install weconnect-mqtt worked ok, Yet, that installation deviates a bit from the normal installallation, requiring some changes in the Autostart weconnect-mqtt.service file. To stay on the same page (and as newbie) I uninstlled the pipx installation as well as pipx itself. Used the '--break-system-packages' option instead. This also worked. Not sure if this has any side effects,
Beta Was this translation helpful? Give feedback.
All reactions