-
Notifications
You must be signed in to change notification settings - Fork 15
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
File permission denied error when using utf8 #16
Comments
Hey, could you provide me the full command that you are running? |
|
Thanks, since I don't have a Windows OS currently available to make the tests, can I ask you to run the same command and add a specific file in your Desktop or home directory where you have write perssions?
I just want to try if this workaround is a fix. |
I can give you the following observations:
Based on that I would conclude that it is less a permission but rather an encoding / filesystem topic. I hope this helps! |
Exactly, thank you for the feedback. I was suspecting that is something related to the filesystem/os . I just wanted to make sure before changing the code. There are some things in In the meantime you can set the Cheers. |
Hi @PhilippWillms , I think I hace a patch.
If this solves the problem I will upload it to pypi so the Thanks! |
Unfortunately, now even the workaround with the filepath w/o spaces does not work anymore.
|
Hey @PhilippWillms , I am trying different options and everything seems to be working:
and also with specific files instead of folders
and also I tried to reproduce your syntax completely (I only changed the target filename)
I don't know how to reproduce your issue. I am running python in a virtual env created using conda on Windows. Then I installed pipreqsnb following the command that I provided you. I don't know how to reproduce the issue, but check that when you target a specific |
Hey @ivanlen ,
However, if give full file path within quotation marks in specifying file input for pipreqnb command, then it works
|
Hi,
installed pipreqsnb version 0.2.3 today with pip.
When running
pipreqsnb --encoding=utf8
on a jupyter notebook in a folder where my current user has full rights, I get permission denied error in following error trace:This permission denied error does not occur if I run without the encoding option. However, I need the encoding option as otherwise I get a charmp error.
jupyter version: 1.0.0
python version: 3.7.10
pip version: 21.0.1
conda version: 4.10.1
The text was updated successfully, but these errors were encountered: