Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ImportError: cannot import name attrs when running axotor.py #21
Comments
nimdajitam
commented
Jul 8, 2017
•
|
I get this error:
magic-wormhole version: 0.10.2 |
MatejKovacic
commented
Jul 8, 2017
|
I created virtual environment:
|
MatejKovacic
commented
Jul 8, 2017
|
BTW, I installed all the modules in virtual environment. |
I believe magic wormhole did not have attrs listed as a requirement at that time. So that is probably the reason you got a different error later. That has been fixed.
Unfortuantely there is not a proper setup for it, but the requirements are in the docstring:
It looks like magic wormhole's API changed and Thanks @MatejKovacic and @nimdajitam for the reports. @rxcomm and I will let you know as soon as that is fixed. Sorry for the inconvenient and taking such a long time to reply :/ |
|
I've got an update for axotor.py that fixes this problem. However it won't work until this bug is fixed in wormhole. When that is fixed, I will push the commit. |
|
Fixed in update_wormhole branch. This PR (#24) requires https://github.com/warner/magic-wormhole commit |
|
Merged to master. |
MatejKovacic commentedJul 7, 2017
When I am runnign python axotor.py, I get this:
Before that I did:
I am running Ubuntu 16.04.2 LTS, 64-bit.