Skip to content

Running on Unix: AttributeError: 'module' object has no attribute 'deque' #3

Description

@larsrinn

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions