-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Installation issue on Python 3.5.1 #40
Comments
Likely needs an upgrade of virtualenv also for tox I guess. |
The error is:
(e.g. in https://travis-ci.org/pytest-dev/pytest/jobs/647959521#L482) Still not sure which bug it is, so I'll leave it for now. |
I've just been bitten by this (or something very similar) on python 3.5.2. We're still trying to support ubuntu xenial, hence the desire for packages that work there. It seems the main problem is with the outdated version of pip: xenial ships with pip Meanwhile, the default version of The thing that has changed with this release is that the wheel for zipp 2.2.0 is named Previously, pip would download and install the wheel for 2.1.0, despite the So the workaround is to upgrade either or both I'm not really sure if this is a problem that can or even should be solved on the zipp side, although I'd be interested to know what happened in 2.0 to make Python 3.6 a requirement, particularly since it seems a load of people have been using it with 3.5 with apparently no ill effects. |
Workaround for jaraco/zipp#40
Note that I had to upgrade pip, setuptools, and virtualenv in the end. Seems like this is not an issue for zipp though really, closing. |
As discussed in jaraco/zipp#40 (comment), we need to update pip and setuptools (at least) to get new metadata parsed correctly and avoid CI errors.
that looks like a separate problem (I'm not using devpi, and I'm encountering problems with python 3.5 (and ancient pip)), but thanks for the heads-up. |
With pytest's CI I've noticed that it looks like the latest release causes problems on Python 3.5.1.
Initially:
With
tox -vv
: https://travis-ci.org/pytest-dev/pytest/jobs/647622826Not sure if I'm missing something etc, and if this should be supported/pinned, but wanted to leave it here already.
pytest might just remove 3.5.1 from its CI after all.
(via pytest-dev/pytest#6691 (comment)).
The text was updated successfully, but these errors were encountered: