-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error when countering a directory with no read permissions #285
Comments
Funnily enough, I have encountered a similar problem in pythonfinder as well.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While using pipenv to install a package, it fails with PermissionError because it looks like requirementslib tries to scan a directory that the current user has no read permissions for. I was unable to find a way to make requirementslib ignore that directory, thus I'm reporting this issue here: Moving swiftly past the life decisions that led to me having a root-owned directory in a Python project path, wouldn't the correct behaviour be to ignore such directories?
Here's the traceback:
The text was updated successfully, but these errors were encountered: