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
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
We had accidentally added install as a requirement for one of our packages. We didn't realize that until today when our CI was failing. No big deal for us because we actually didn't need install and we could fix it here: open-telemetry/opentelemetry-python-contrib#2712
Nevertheless, opening this issue just to let you know something is going on with your package in pypi, since https://pypi.org/project/install/ gives a 404 right now and trying running pip install install fails too:
tigre@hilleman:~/github/ocelotl/opentelemetry-python-contrib$ pip install install
ERROR: Could not find a version that satisfies the requirement install (from versions: none)
ERROR: No matching distribution found for install
The text was updated successfully, but these errors were encountered:
Hey @ocelotl many thanks for raising this - I would have been searching for even longer without. We too had CI failing as of yesterday with install lingering in pipfile.
We had accidentally added
install
as a requirement for one of our packages. We didn't realize that until today when our CI was failing. No big deal for us because we actually didn't needinstall
and we could fix it here: open-telemetry/opentelemetry-python-contrib#2712Nevertheless, opening this issue just to let you know something is going on with your package in pypi, since https://pypi.org/project/install/ gives a 404 right now and trying running
pip install install
fails too:The text was updated successfully, but these errors were encountered: