Closed ricpar123 closed 4 years ago
Hi, trying to do the example, I faced with this error, after executing ...'ampy run example/client.py', ..importError: no module named \'logging\'\r\n').
What's wrong?
Thanks Regards
You need a version of micropython with logging.
logging
You could also try micropython-logging I haven't tried that.
micropython-logging
ahh...ok, thanks!
Hi, trying to do the example, I faced with this error, after executing ...'ampy run example/client.py', ..importError: no module named \'logging\'\r\n').
What's wrong?
Thanks Regards