eugenekolo / pip-install

MIT License
6 stars 5 forks source link

Can no longer run `pip install install` #4

Open ocelotl opened 1 month ago

ocelotl commented 1 month ago

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: https://github.com/open-telemetry/opentelemetry-python-contrib/pull/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
sosso commented 1 month ago

related to https://github.com/pypi/support/issues/451. It would now be pip install pip-install

jrilettovo commented 1 month ago

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.