You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
wondering why this is error occurs, how to solve?
pi@pi3solar:/opt/vedirect/examples$ python3 vedirect_mqtt.py
Traceback (most recent call last):
File "/opt/vedirect/examples/vedirect_mqtt.py", line 6, in
from vedirect import Vedirect
File "/home/pi/.local/lib/python3.9/site-packages/vedirect/init.py", line 2, in
from .vedirect_asyncio import VEDirectAsyncio
File "/home/pi/.local/lib/python3.9/site-packages/vedirect/vedirect_asyncio.py", line 5, in
raise NotImplementedError("This is only for Micropython")
NotImplementedError: This is only for Micropython
The text was updated successfully, but these errors were encountered:
It looks like you are using another micropython fork of this package. Not the original. You can try to install it again or use another fork, depending on the version of python used. Here it looks like you are trying to run Micropython code on a Python interpreter.
Hi,
wondering why this is error occurs, how to solve?
pi@pi3solar:/opt/vedirect/examples$ python3 vedirect_mqtt.py
Traceback (most recent call last):
File "/opt/vedirect/examples/vedirect_mqtt.py", line 6, in
from vedirect import Vedirect
File "/home/pi/.local/lib/python3.9/site-packages/vedirect/init.py", line 2, in
from .vedirect_asyncio import VEDirectAsyncio
File "/home/pi/.local/lib/python3.9/site-packages/vedirect/vedirect_asyncio.py", line 5, in
raise NotImplementedError("This is only for Micropython")
NotImplementedError: This is only for Micropython
The text was updated successfully, but these errors were encountered: