【发布时间】:2018-07-11 22:04:18
【问题描述】:
我正在尝试使用 pip 安装 pyinstaller 它给了我这个错误:
error: could not create 'c:\program files (x86)\microsoft visual studio\shared\python36_64\Lib\site-packages\future': Access is denied
----------------------------------------
命令 ""c:\program files (x86)\microsoft visual studio\shared\python36_64\python.exe" -u -c "import setuptools, tokenize;file='C:\ Users\JOHN\AppData\Local\Temp\pip-build-72kzy1b4\future\setup.py';f=getattr(tokenize, 'open', open)(file);code=f. read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\JOHN\AppData\Local\Temp\pip-s9wqmmur-record\install-record.txt --single-version-externally-managed --compile" 在 C:\Users\JOHN\ 中出现错误代码 1 失败AppData\Local\Temp\pip-build-72kzy1b4\future\
感谢所有回复的人。
【问题讨论】: