-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add --user switch #6
Comments
Thanks for pointing this out. I'm planning on a major rewrite where flags like |
Closed in version 1.0. |
For other googlers wondering, |
For some reason using this flag (
Running manually
|
@x-ji Thanks for reporting. I'm going to look into this some time after June 15. |
@x-ji I think this is a side effect of you having absl-py installed both in your global site packages and in your user site packages. The We could fix this by passing the |
Just fyi, |
Just to confirm, this is still an issue. Here's the output: waldo@razer:~$ pip-review --user --auto
Collecting virtualenv==16.6.1
Using cached https://files.pythonhosted.org/packages/c4/9a/a3f62ac5122a65dec34ad4b5ed8d802633dae4bc06a0fc62e55fe3e96fe1/virtualenv-16.6.1-py2.py3-none-any.whl
Installing collected packages: virtualenv
Found existing installation: virtualenv 16.6.0
Uninstalling virtualenv-16.6.0:
Successfully uninstalled virtualenv-16.6.0
Rolling back uninstall of virtualenv
Moving to /home/waldo/.local/bin/virtualenv
from /tmp/pip-uninstall-m0cc97br/virtualenv
Moving to /home/waldo/.local/lib/python3.7/site-packages/__pycache__/virtualenv.cpython-37.pyc
from /tmp/pip-uninstall-4abr9370/virtualenv.cpython-37.pyc
Moving to /home/waldo/.local/lib/python3.7/site-packages/virtualenv-16.6.0.dist-info/
from /home/waldo/.local/lib/python3.7/site-packages/~irtualenv-16.6.0.dist-info
Moving to /home/waldo/.local/lib/python3.7/site-packages/virtualenv.py
from /tmp/pip-uninstall-e3j757my/virtualenv.py
Moving to /home/waldo/.local/lib/python3.7/site-packages/virtualenv_support/
from /home/waldo/.local/lib/python3.7/site-packages/~irtualenv_support
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.7'
Consider using the '--user' option or check the permissions. virtualenv has been installed using |
@dimitry-ishenko Yes, "this" is still an issue, but by "this" you mean #62. That issue has a poll; please read #62 (comment) and leave an opinion if you have one. |
A brute solution to avoid updating all dependencies would be adding |
It would be great to have a "--user" switch, just like the one
pip
itself has.See also pip-tools issue jazzband#45.
The text was updated successfully, but these errors were encountered: