使用pip时系统无法执行指定程序

发布于 2025-01-10 15:21:24 字数 275 浏览 0 评论 0原文

我尝试下载 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陪你搞怪i 2025-01-17 15:21:24
  1. 验证 python 是否已安装并正常工作:python -V(将当前 python 版本打印到控制台)
  2. 确保安装了最新的 pip 版本:python -m Ensurepip --upgrade
  3. 验证 pip正在工作:pip -V(将当前 pip 版本打印到控制台)
  4. 安装包:pip install colorama
  1. Verify that python is installed and working: python -V (prints current python version to console)
  2. Ensure that latest pip version is installed: python -m ensurepip --upgrade
  3. Verify pip is working: pip -V (prints current pip version to console)
  4. Install package: pip install colorama
无言温柔 2025-01-17 15:21:24

您可能最近安装了 pip(第一次使用?

Windows 检测到它是可疑的,并要求您先“解锁”它。

You probably installed pip very recently (first usage ?)

Windows detected it as suspicious and ask you to "unblock" it first.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文