-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
The zipp 3.11.0 doesn't work in Python 3.4.3. #87
Comments
zipp 2.0 requires Python 3.6 or later. The number you see in If you're on Python 3.4 (a very old, unsupported version of Python), you'll need Unfortunately, the version of pip that comes with trusty is inadequate. Here's my investigation:
So the thing you need to do is:
To upgrade pip, either:
or:
Hope that helps. |
As I see the zipp's minimal supported version is 3.2, I would report this issue in Python 3.4.3 in Ubuntu trusty (old environment!). The zipp is a dependency of the tox.
zipp/tox.ini
Line 3 in 2c66630
It seems that the commit below causes.
e587f31
The text was updated successfully, but these errors were encountered: