vinenoobjelly / jellyfishlights-py

12 stars 5 forks source link

PyPI error when installing specific version #8

Closed bdunn44 closed 11 months ago

bdunn44 commented 11 months ago

Hello,

I'm running into a new issue where installing a specific version of this library via pip is failing:

pip install jellyfishlights-py==0.7.0
ERROR: Could not find a version that satisfies the requirement 0.7.0 (from versions: none)

I tried 0.6.0 and 0.5.0 with the same result. This is strange because this exact command was previously working and 0.7.0 is definitely published - see https://pypi.org/project/jellyfishlights-py/0.7.0/#history. See also:

pip index versions jellyfishlights-py
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
jellyfishlights-py (0.7.0)
Available versions: 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.0, 0.2.3

I downloaded the package file manually to poke around (https://files.pythonhosted.org/packages/8b/ee/5f4bccb73f12b64d2cdb2c3545857ed8daccc60ea8e789ee1e5ad495bffc/jellyfishlights-py-0.7.0.tar.gz), and the version info looks correct in PKG-INFO and setup.cfg, so I'm at a loss as to what the issue could be.

I'll keep digging around and appreciate any help you can provide

bdunn44 commented 11 months ago

Having trouble reproducing so will close for now