Following the instructions to run the app on Unix, I got this traceback. Probably this is not an issue on notes_pico but rather for picoweb or uasyncio ? Maybe there are some version incompatibilities involved?
Traceback (most recent call last):
File "app/notes_pico/__main__.py", line 21, in <module>
File "app/notes_pico/__main__.py", line 18, in main
File "app/picoweb/__init__.py", line 283, in run
File "app/uasyncio/core.py", line 224, in get_event_loop
File "app/uasyncio/__init__.py", line 21, in __init__
File "app/uasyncio/core.py", line 30, in __init__
AttributeError: 'module' object has no attribute 'deque'
I tried it on Ubuntu 16.04 running inside WSL and Ubuntu Mate on a Rasperry Pi...
Following the instructions to run the app on Unix, I got this traceback. Probably this is not an issue on
notes_picobut rather forpicoweboruasyncio? Maybe there are some version incompatibilities involved?I tried it on Ubuntu 16.04 running inside WSL and Ubuntu Mate on a Rasperry Pi...