I am trying to run pip install mitmproxy
on Windows, but I keep getting access denied, even with cmd
and PowerShell
using the Run as Administrator
option.
WindowsError: [Error 5] Access is denied: 'c:\\users\\bruno\\appdata\\local\\temp\\easy_install-0fme6u\\cryptography-0.9.1\\.eggs\\cffi-1.1.2-py2.7-win-amd64.egg\_cffi_backend.pyd'
我怎样才能使这项工作?
原文由 Bruno Klein 发布,翻译遵循 CC BY-SA 4.0 许可协议
对于 Windows,在 命令提示符(管理员) 中尝试使用 Python 可执行文件运行
pip install
:这应该有效,至少它对我的其他软件包安装有效。