Skip to content
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

Determining double requirement sources #2027

Closed
jamesstidard opened this issue Apr 20, 2018 · 2 comments
Closed

Determining double requirement sources #2027

jamesstidard opened this issue Apr 20, 2018 · 2 comments

Comments

@jamesstidard
Copy link
Contributor

I have a project which is currently getting a Double requirement failure. My Pipfile contains a numpy = "*" entry and a number of dependancies listed will also have sub depednaancies of numpy. There are quire a few dependancies in this project so I was wondering if there is an easier was of checking which packages are causing the conflict - without manually inspecting all of their setup.py's.

The errpr I get at the moment looks like:

Double requirement given: numpy==1.12.1 from https://files.pythonhosted.org/packages/02/64/c6c1c24ff4dbcd789fcfdb782e343ac23c074f6b8b03e818ff60eb0f937f/numpy-1.12.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=4eac5f2f624c5e7eecbdb51395ff39a099c48cab607a158f16f288c6fe39a2b3 (already in numpy==1.9.3 from https://files.pythonhosted.org/packages/fc/1b/a1717502572587c724858862fd9b98a66105f3a3443225bda9a1bd16ee14/numpy-1.9.3-cp34-cp34m-manylinux1_x86_64.whl#sha256=bff36563f9d6a06a81ae232f49d2946c84c05e391a7dff057496033c79507860, name='numpy')
@techalchemy
Copy link
Member

I think this must be new as of pip 10. Just try running pipenv lock first

@jamesstidard
Copy link
Contributor Author

I've have narrowed this down to an issue with python 3.4 and pandas>=0.21.0 and opened a ticket over there.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants