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 package is broken #22

Closed
dkorotin opened this issue Feb 8, 2021 · 1 comment
Closed

pip package is broken #22

dkorotin opened this issue Feb 8, 2021 · 1 comment

Comments

@dkorotin
Copy link

dkorotin commented Feb 8, 2021

Trying to install spherical_functions from pip:

Collecting spherical_functions
  Using cached spherical-functions-2020.8.18.15.37.20.tar.gz (371 kB)
ERROR: Requested spherical_functions from https://files.pythonhosted.org/packages/09/9e/1878ff62a3728ca04734ca610150a872a9f55db3c888b592e98761c96755/spherical-functions-2020.8.18.15.37.20.tar.gz#sha256=775408f6b535151c99f4eb49c2d568298f4503b9c212bb574740b4178ca82043 has different version in metadata: '2021.2.8.4.18.30'```
@moble
Copy link
Owner

moble commented Feb 8, 2021

The file referenced above has the correct version metadata, and does not contain the string "2021.2.8.4.18.30" anywhere. This is evidently a bug in pip itself. My guess is that it is related to this bug.

Since pip has been updated since then, you could just upgrade pip with python -m pip install -U pip. If this doesn't work, that bug report suggests that you could work around it with pip install --use-deprecated legacy-resolver spherical_functions

@moble moble closed this as completed Feb 16, 2021
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