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.

pypi.org shows latest version, pip see's previous version

See original GitHub issue

Describe the bug I have recently uploaded a new version of the guizero package 0.5.1 (https://pypi.org/project/guizero/) which is being displayed as available on pypi.org.

image

However pip is not reporting the new version as being available, only the previous 0.5.0.

image

I have tried across multiple platorms (windows, mac, linux) all with the same result.

I have tried upgrading pip (already latest version), with no effect.

As far as I can tell everything has been packaged correctly and pypi.org shows no errors.

Expected behavior I am expecting guizero 0.5.1 to be available to install via pip.

To Reproduce

Run:

pip3 install guizero

or

pip search guizero

v0.5.0 is reported as the latest version.

My Platform I have tested on: +Windows 10, pip version 10.0.1 +MacOS, pip version 10.0.1 +Raspbian, pip version 9.0.1

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
caramdachecommented, Apr 16, 2020

I have the issue with data-importer 3.1.1. It can be seen by pip3 search, but not by pip3 install which only sees data-importer 3.0.2.

I tried the -no-cache and -no-cache-dir and rm -rf ~/.cache/pip and upgraded pip, but still the issue is here.

I had to install from git:

pip3 install git+https://github.com/valdergallo/data-importer.git
3reactions
ewdurbincommented, May 14, 2018

Hi @martinohanlon, thanks for the report.

Our search index is not updated incrementally yet, instead it is refreshed once every 3 hours. This would certainly lead to the behavior you’re reported.

As such, I believe this is a duplicate of the feature request we are tracking in #701.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pypi.org shows latest version, pip see's previous version #3962
I am expecting guizero 0.5.1 to be available to install via pip. To Reproduce. Run: pip3 install guizero.
Read more >
Why is pip installing an old version of my package?
The only working way was to install from tarball: pip install https://pypi.python.org/packages/source/p/pika/pika-0.9.8.tar.gz . Share.
Read more >
Help - PyPI
How do I get notified when a new version of a project is released? Where can I see statistics about PyPI, downloads, and...
Read more >
Pip - PyPI
You can use pip to install packages from the Python Package Index and other indexes. ... We release updates regularly, with a new...
Read more >
pipenv · PyPI
Create a new project using Python 3.7, specifically: $ pipenv --python 3.7 ... You can install packages with pipenv from git and other...
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