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

pip fails to take wheel build tag into account (installs 3.4.2, ignores 3.4.2-1) #4781

Closed
rogeriomgatto opened this issue Oct 10, 2017 · 4 comments
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support

Comments

@rogeriomgatto
Copy link

  • Pip version: 9.0.1
  • Python version: 3.5.4
  • Operating system: Windows 10 x86_64

Description:

There is more than one wheel on pypi for tables version 3.4.2, for example:

  • tables-3.4.2-cp35-cp35m-win_amd64.whl
  • tables-3.4.2-1-cp35-cp35m-win_amd64.whl

I expected pip to install the latest build (3.4.2-1), but it is ignoring build tags and installs 3.4.2 (without build tag)

What I've run:

pip install tables

@xavfernandez
Copy link
Member

I think this was only implemented in #4299 so you'll need pip 10 (or master).

@pradyunsg
Copy link
Member

Yep! Exactly what @xavfernandez said.

If you decide use the latest master branch, you can install pip 9.0.1 using one of the standard methods and then do:

pip install git+https://github.com/pypa/pip

@pradyunsg pradyunsg added the type: support User Support label Oct 15, 2017
@mhsmith
Copy link

mhsmith commented May 25, 2018

pip 10 has been released: this can be closed.

@lock
Copy link

lock bot commented Jun 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support
Projects
None yet
Development

No branches or pull requests

4 participants