You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install a package that's listed in my artifact registry, I get the warning
WARNING: Keyring is skipped due to an exception: 'NoneType' object has no attribute 'endswith'
ERROR: Could not find a version that satisfies the requirement <PACKAGE NAME>
ERROR: No matching distribution found for <PACKAGE NAME>
and the package is not installed
This seems to be due to my pip.conf mentioning the artifact registry as a extra-index-url, rather than index-url
If I install the same package with pip install --index-url https://... <PACKAGE NAME> it works as expected
The text was updated successfully, but these errors were encountered:
ffissore
added a commit
to ffissore/artifact-registry-pypi-tools
that referenced
this issue
Mar 24, 2021
When trying to install a package that's listed in my artifact registry, I get the warning
and the package is not installed
This seems to be due to my pip.conf mentioning the artifact registry as a
extra-index-url
, rather thanindex-url
If I install the same package with
pip install --index-url https://... <PACKAGE NAME>
it works as expectedThe text was updated successfully, but these errors were encountered: