Skip to content

pip should trigger a better error message if you don't have write access #1266

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

Closed
mdamien opened this issue Oct 28, 2013 · 1 comment
Closed
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@mdamien
Copy link

mdamien commented Oct 28, 2013

When pip fail to install because you don't have write access to the install directory, it print a lengthy message without a clear error message.

Example: If you do "pip install django" as a simple user, it will download django and after that print many log lines and a not-comprehensive error.

So, the best solution would be to check whether the user have write access at the start of the script.

I think this is really important, especially for newbies

@qwcode
Copy link
Contributor

qwcode commented Oct 28, 2013

agreed, but dupe to #1048

@qwcode qwcode closed this as completed Oct 28, 2013
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants