简体   繁体   English

无法安装pyinstaller

[英]Can't install pyinstaller

I'm having trouble to install pyinstaller: - windows - visual code - platform IO - python 3.7我在安装 pyinstaller 时遇到问题:-windows-visual code-platform IO-python 3.7

pip install pyinstaller give the following error: Collecting pyinstaller Using cached https://files.pythonhosted.org/packages/3c/c9/c3f9bc64eb11eee6a824686deba6129884c8cbdf70e750661773b9865ee0/PyInstaller-3.6.tar.gz ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'C:\\Users\\NICK~1.VER\\AppData\\Local\\Temp\\pip-unpack-fd9vckxm\\PyInstaller-3.6.tar.gz' Check the permissions. pip install pyinstaller 给出以下错误:Collecting pyinstaller Using cached https://files.pythonhosted.org/packages/3c/c9/c3f9bc64eb11eee6a824686deba6129884c8cbdf70e750661773b9865ee03P7506661773b9865ee03P7506661773b9865ee03P安装错误:安装环境错误。 13] 权限被拒绝:'C:\\Users\\NICK~1.VER\\AppData\\Local\\Temp\\pip-unpack-fd9vckxm\\PyInstaller-3.6.tar.gz' 检查权限。

You need to run the command as Administrator.您需要以管理员身份运行该命令。 Currently you don't have privilege to download to your Temp appdata folder presumably due to running it before as Administrator目前您无权下载到您的 Temp appdata 文件夹,大概是因为之前以管理员身份运行它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM