使用pip时系统无法执行指定程序
我尝试下载 colorama,但是当我编写 pip install colorama
时,出现错误:
The system cannot execute the specified program.
这是命令输入和输出:
C:\Users\ADMIN>pip install colorama
The system cannot execute the specified program.
I tried to download colorama, but when I write pip install colorama
, there is an error:
The system cannot execute the specified program.
Here is the command input and the output:
C:\Users\ADMIN>pip install colorama
The system cannot execute the specified program.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
python -V
(将当前 python 版本打印到控制台)python -m Ensurepip --upgrade
pip -V
(将当前 pip 版本打印到控制台)pip install colorama
python -V
(prints current python version to console)python -m ensurepip --upgrade
pip -V
(prints current pip version to console)pip install colorama
您可能最近安装了 pip(第一次使用?)
Windows 检测到它是可疑的,并要求您先“解锁”它。
You probably installed pip very recently (first usage ?)
Windows detected it as suspicious and ask you to "unblock" it first.