Hallo,
ich häng mich hier mal mit dran ... Da ich auf ein neues System (Raspi + Bookworm) umgestiegen bin, habe ich jetzt das gleiche Problem ...
jsonread Plugin startet nicht mehr mit der Fehlermeldung:
Ich glaube, da ich mit der virtuellen Python Environment installiert habe, scheint bei mir oben beschriebener Weg, die pyjq Version 2.6.0 in den requiremts.txt festzulegen und nachzuinstallieren, nicht zu funktionieren. Bei mir kommt dann folgende Fehlermeldung:
Hat jemand einen Tipp für mich, wie ich bei mir das Problem beheben könnte??
ich häng mich hier mal mit dran ... Da ich auf ein neues System (Raspi + Bookworm) umgestiegen bin, habe ich jetzt das gleiche Problem ...
jsonread Plugin startet nicht mehr mit der Fehlermeldung:
Code:
2024-06-02 11:57:32 ERROR lib.metadata plugin 'jsonread' v1.0.3: The Python version v3.10.14 is too new for this plugin. It requires a version up to v3.9.999. The plugin was not loaded.
Code:
error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. For more information visit http://rptl.io/venv note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification.
Kommentar