pyinstaller 安装报错
pyinstaller PermissionError: [Errno 13] Permission denied: 'C:\\Users\\ZHAN\\Desktop\\build\\data2pic1\\data2pic1.exe.notanexecutable'
解决方法:
关闭杀毒软件和windows相关防护设置
These errors occur when the user running the command doesn’t have sufficient permissions to execute it. This can happen due to various reasons such as file system permissions, user account settings, or anti-virus software blocking the execution.
To solve the issue, you can try the following:
-
Make sure that you have administrative privileges on your system. You can run the command as an administrator or switch to an administrator account.
-
Check the file system permissions of the file you are trying to execute. Make sure the file

当用户运行命令缺少执行权限时,会出现类似PermissionError:[Errno13]Permissiondenied的错误。这可能是由于文件系统权限、用户账户设置或防病毒软件阻止执行导致的。解决方法包括以管理员身份运行、检查文件执行权限、关闭防病毒软件或更改执行文件的位置。

2118

被折叠的 条评论
为什么被折叠?



