Pip 10.0 fails dependency check with "Double requirement given" #5228
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
Description:
On my packages travis environments I force an upgrade to pip and now that 10.0 is out my tests for Python 3.4 are failing (https://travis-ci.org/pytroll/satpy/jobs/366591944). My tests depend on the xarray package which depends on "pandas>0.18.0". Note that pip finds pandas 0.22 which is not technically supported on Python 3.4 but with pip 9.0.3 the installation from the pandas source tarball succeeds fine.
The tests and installation with pip 10.0 work fine on Python 3.5 and Python 3.6 which use a pandas wheel for installation instead of the source tarball. I've asked pandas about using
python_requires
at this issue (pandas-dev/pandas#20697).What I've run:
The error in the job above is:
The text was updated successfully, but these errors were encountered: