outside-edge / python-espncricinfo

Python wrapper for the ESPNCricInfo JSON API
MIT License
146 stars 64 forks source link

[BUG] 'pip3 install python-espncricinfo' is installing 0.5.8, instead of 0.6.1 (latest) #49

Open nivas4349 opened 3 years ago

nivas4349 commented 3 years ago

Describe the bug Following the documentation, I tried 'pip3 install python-espncricinfo' and the command is installing 0.5.8, instead of 0.6.1 (latest)

Seeing below in packages as well.

$ pip3 index versions python-espncricinfo WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning. python-espncricinfo (0.5.8) Available versions: 0.5.8, 0.5.7, 0.5.6, 0.5.5, 0.5.4, 0.5.3, 0.5.2, 0.5.1, 0.5.0, 0.4.1, 0.4.0, 0.3.2, 0.3.1, 0.3, 0.2.3, 0.2.2, 0.3.macosx-10.11-intel INSTALLED: 0.5.8 LATEST: 0.5.8

ishashankkumar commented 2 years ago

I tried to debug using the pointers provided in [1] by installing on a vanilla docker container but that did not work. So, in my opinion, we can rule out caching issue. I will try to spend more time on it, just putting it out here in case someone else is also looking at this.

[1] https://stackoverflow.com/questions/14617136/why-is-pip-installing-an-old-version-of-my-package

mancunian1792 commented 2 years ago

For the time being just download the source zip file manually and install via pip install python-espncricinfo-0.6.1.zip