question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip lists latest version as 2.3.1, but latest tag is 2.3.0

See original GitHub issue

Hi,

The latest version for this according to this repos tags is 2.3.0

However, pypi has the latest version as 2.3.1

Using 2.3.1 breaks things like pre-commit:

[INFO] Initializing environment for https://github.com/asottile/reorder_python_imports.
An unexpected error has occurred: CalledProcessError: command: ('/usr/bin/git', 'checkout', 'v2.3.1')
return code: 1
expected return code: 0
stdout: (none)
stderr:
    error: pathspec 'v2.3.1' did not match any file(s) known to git.

Can we remove v2.3.1 from pypi or publish a v2.3.1 if it was deleted by accident?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
asottilecommented, Jul 22, 2020

the contents are byte identical with 2.3.2

0reactions
gnikonorovcommented, Jul 22, 2020

Thanks for the quick response @asottile

Read more comments on GitHub >

github_iconTop Results From Across the Web

`pip list -o` doesn't signal a very old pre-existing lock file ...
1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. λ pip list -o Package Version Latest...
Read more >
Python and pip, list all versions of a package that's available?
I'm trying to install a version for a third party library, but the newest version is too new, there were backwards incompatible changes...
Read more >
Changelog - pip documentation v22.3.1
Add new subcommand pip index used to interact with indexes, and implement pip index version to list available versions of a package. (#7975)....
Read more >
pipdeptree - PyPI
Command line utility to show dependency tree of packages.
Read more >
Install spaCy · spaCy Usage Documentation
The latest spaCy releases are available over pip and conda. ... When updating to a newer version of spaCy, it's generally recommended to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found