-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'collections' has no attribute 'Mapping' #475
Comments
I think wpull supports python 3.5 max. |
did not work with 3.5 nor 2.7 |
What do you mean by "did not work"? You have to install the dependencies again if you're changing python versions. |
wpull 2.0.3 works fine under Python 3.6 and breaks under 3.7 for unrelated reasons. The crash you reported is real though. Python moved the ABCs to |
On 3.6 I get:
Generated with a Dockerfile for python:3.6
|
@kelvinhammond That's a separate issue already filed here: #384 |
tried both with pip install and pip install from git:
The text was updated successfully, but these errors were encountered: