On install, poetry removes setuptools + pip even if listed in deps - resulting in broken virtualenv #6575
Closed
3 of 4 tasks
Labels
kind/question
User questions (candidates for conversion to discussion)
status/duplicate
Duplicate issues
I am on the latest stable Poetry version, installed using a recommended method.I could not update poetry usingpoetry self update
, due to errorCould not find poetry-1.2.1-darwin.sha256sum file
-vvv
option) and have included the output below.Issue
When attempting to run
poetry install
(on either a pre-existing env or on a new one after nuking withpoetry env remove {name}
):future
fails to install and the virtual environment becomes broken.The issue is on a dependabot branch for bumping google-cloud-bigquery from 2.33.0 to 2.34.4, but the issue is also reproducible on our base branch without the dependabot bump - but instead it's jupyter-core that fails for the same reason (missing setuptools).
Is there anything I can do to have a non-broken virtualenv? Should I pin the version of pip?
The text was updated successfully, but these errors were encountered: