Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Can no longer run pip install install #4

Open
ocelotl opened this issue Jul 16, 2024 · 2 comments
Open

Can no longer run pip install install #4

ocelotl opened this issue Jul 16, 2024 · 2 comments

Comments

@ocelotl
Copy link

ocelotl commented Jul 16, 2024

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
@sosso
Copy link

sosso commented Jul 16, 2024

related to pypi/support#451. It would now be pip install pip-install

@jrilettovo
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants