Python programm meldet fehler Micropython VEDirectAsyncio
Verfasst: Sonntag 14. Mai 2023, 10:12
Hi
auf dem Raspberry nutze ich Python 3.9.2
wenn ich ein Programm aus Github laufen lassen will kommt die Fehlermeldung.
Quelle: https://github.com/jmfife/vedirect
Muss ich da was nachinstallieren?
auf dem Raspberry nutze ich Python 3.9.2
wenn ich ein Programm aus Github laufen lassen will kommt die Fehlermeldung.
Quelle: https://github.com/jmfife/vedirect
Code: Alles auswählen
:/opt/vedirect/examples$ python3 vedirect_print.py --port=/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0
Traceback (most recent call last):
File "/opt/vedirect/examples/vedirect_print.py", line 5, in <module>
from vedirect import Vedirect
File "/home/pi/.local/lib/python3.9/site-packages/vedirect/__init__.py", line 2, in <module>
from .vedirect_asyncio import VEDirectAsyncio
File "/home/pi/.local/lib/python3.9/site-packages/vedirect/vedirect_asyncio.py", line 5, in <module>
raise NotImplementedError("This is only for Micropython")
NotImplementedError: This is only for Micropython