PyInstaller:PermissionError:[Errno 13]权限被拒绝:'C:\\ Users \\ user123 \\ AppData \\ Roaming \\ pyinstaller \\ bincache00_py37_32bit

时间:2019-09-15 20:47:48

标签: python pyinstaller

当我尝试在Windows计算机上使用PyInstaller时,出现以下错误消息:

“ PermissionError:[Errno 13]权限被拒绝:'C:\ Users \ user123 \ AppData \ Roaming \ pyinstaller \ bincache00_py37_32bit”

我发现的内容:PyInstaller正在目录“ AppData \ Roaming \ pyinstaller \ bincache00_py37_32bit”中搜索许多文件。所有文件都位于我的计算机上的目录“ C:\ Python \ Python37-32 \ DLLs”中。

是否可以通过设置或其他方式告知PyInstaller正确的文件夹?

当我尝试运行pyinstaller时出现错误消息:

PermissionError:[Errno 13]权限被拒绝:'C:\ Users \ user123 \ AppData \ Roaming \ pyinstaller \ bincache00_py37_32bit \ python37.dll'

0 个答案:

没有答案