Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip uninstall -r requirements throws an exception if the requirements file contains --install-option #9444

Open
karlkaebnick opened this issue Jan 11, 2021 · 0 comments
Labels
S: needs triage Issues/PRs that need to be triaged

Comments

@karlkaebnick
Copy link

karlkaebnick commented Jan 11, 2021

Environment Versions

OS Type: mac os version 10.15.7
Python version: 3.9.0
pip version: 20.3.3
pip-tools version: 5.5.0

Steps to replicate

  • make sure your requirements.txt file has at least one row that contains an install option, e.g., 'arcgis==1.8.2 --install-option="--no-deps"'
  • run 'pip uninstall -r requirements.txt' and the exception will be thrown

Expected result

all packages listed in the requirements.txt that are installed should get uninstalled
Actual result

exception is thrown immediately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: needs triage Issues/PRs that need to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants