pypi.org shows latest version, pip see's previous version
See original GitHub issueDescribe 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.
However pip is not reporting the new version as being available, only the previous 0.5.0.
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:
- Created 5 years ago
- Comments:18 (7 by maintainers)
I have the issue with
data-importer 3.1.1
. It can be seen bypip3 search
, but not bypip3 install
which only seesdata-importer 3.0.2
.I tried the
-no-cache
and-no-cache-dir
andrm -rf ~/.cache/pip
and upgradedpip
, but still the issue is here.I had to install from git:
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.