eugenekolo / pip-install

MIT License
6 stars 5 forks source link

Unable to find installation candidates for install (1.3.5) #5

Open karthickgaurdian opened 1 month ago

karthickgaurdian commented 1 month ago

I have a Python backend application (python version 3.9.10), I use poetry, I have some dev dependency packages in pyproject.toml file . This worked fine for up to 3 years , currently, i get this error when trying poetry install through docker file in the CI. "Unable to find installation candidates for install (1.3.5)"

karthickgaurdian commented 1 month ago

I tried the pip-install=1.3.5 also It also give me same issues in CI.

atnjqt commented 1 month ago

It appears that this module was taken off of PyPi, unclear why but WayBack Machine confirms this: https://web.archive.org/web/20240222215739/https://pypi.org/project/install/

Navigating now to https://pypi.org/project/install shows a not found page. We had deployments that worked as recently as two days ago but when I did a pip install today it failed!

atnjqt commented 1 month ago

It seems unadvisable that a package would be installed via pip install install -- I'm wondering if it'll get relisted under a less semantically ambiguous name 🤠

atnjqt commented 1 month ago

@karthickgaurdian I'd recommend that you delete your virtual environment and associated requirements.txt and start fresh! i.e. do pip install poetry it should not require that install https://pypi.org/project/poetry

woodruffw commented 1 month ago

See https://github.com/pypi/support/issues/451 for some context here.