Replies: 2 comments 10 replies
-
Sounds like you're using Python installed from the Windows store which has these bizarre locks in place? If not, can we have the rest of the error message? |
Beta Was this translation helpful? Give feedback.
7 replies
-
Is there an antivirus program running interference? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I attempt
pyarmor pack --clean -e "--onefile " \SharedDrive\Data\file.py
I receive this error
PermissionError: [Errno 13] Permission denied: 'e:\users\janedoe\appdata\local\programs\python\python39\lib\site-packages\PyInstaller\bootloader\Windows-64bit\run.exe'
I'm a system admin so there shouldn't be a permissions issue. I've uninstalled Pyarmour and Pyinstaller and upgraded pip, I also tried running cmd in admin mode nothing seems to work. The solutions I've read so far haven't worked for me.
Any thoughts on what could be causing this error?
Beta Was this translation helpful? Give feedback.
All reactions