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

Install breaking with pip 20.3.3 #4

Open
sauln opened this issue Jan 9, 2021 · 1 comment
Open

Install breaking with pip 20.3.3 #4

sauln opened this issue Jan 9, 2021 · 1 comment

Comments

@sauln
Copy link

sauln commented Jan 9, 2021

The installation from pypi looks to be breaking with newer versions of pip.

Running with pip versions 19.3.1 and 20.2.3 both work fine and I haven't tested other versions.

>>> pip install --upgrade phat
ERROR: Requested phat from https://files.pythonhosted.org/packages/43/82/c14de81dc2953a71a060f72f2bc34c41996307956b162751f2a47e2c78f7/phat-1.5.0a.tar.gz#sha256=51e7fe5e05adf5c7e0895765572fff05b979731234251f13011610d71d4980ab has different version in metadata: '1.5.0'

This pip issue has some information about the issue pypa/pip#9186.

I believe the issue might be to publish a new release that conforms to the new version metadata.

@switzel
Copy link

switzel commented Nov 1, 2023

Apparently pip changed the way it checks version consistency. A workaround is to use the option --use-deprecated=legacy-resolver. Still it would be nice to fix it.

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