简体   繁体   English

找不到满足 gcc7 要求的版本(来自版本:)

[英]Could not find a version that satisfies the requirement gcc7 (from versions: )

I tried to install gcc7 from using command我尝试使用命令安装 gcc7

pip install gcc7 

as shown in https://pypi.org/project/gcc7/ .https://pypi.org/project/gcc7/所示。

But I am getting the following error.但我收到以下错误。 Can someone suggest how to resolve this?有人可以建议如何解决这个问题吗?

C:\Users\Harsha>pip install gcc7
ERROR: Could not find a version that satisfies the requirement gcc7 (from versions: none)
ERROR: No matching distribution found for gcc7

This is my system information这是我的系统信息

C:\Users\Harsha>python --version
Python 3.7.3

And I upgraded the pip version also.我还升级了 pip 版本。

If you are talking about this: https://pypi.org/project/gcc7/ , then it does not support Windows (you seem to be on Windows based on your command line prompt).如果您正在谈论这个: https://pypi.org/project/gcc7/ ,那么它支持 Windows (您似乎在 Windows 基于您的命令行提示符)。

The latest version 0.0.9 only has wheels for Mac (so it installs fine on a Mac).最新版本0.0.9仅具有适用于 Mac 的轮子(因此它可以在 Mac 上正常安装)。 An older version 0.0.7 has wheels for both Linux and Mac (so this older version installs fine on Linux).旧版本0.0.7具有 Linux 和 Mac 的轮子(所以这个旧版本可以在 Linux 上正常安装)。 It does not have installation files for Windows, so you won't be able to install it on Windows.它没有 Windows 的安装文件,因此您将无法在 Windows 上安装它。

This makes sense because gcc is not natively supported on Windows.这是有道理的,因为gcc本身不支持 gcc。 You will have to find another way to somehow get gcc on Windows.您将不得不找到另一种方法以某种方式在gcc上获得 gcc。

暂无
暂无

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

相关问题 找不到满足 optapy 要求的版本(来自版本:无) - Could not find a version that satisfies the requirement optapy (from versions: none) 错误:找不到满足 pyautogui 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement pyautogui (from versions: none) 错误:找不到满足 tensorflow 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) 错误:找不到满足要求时间的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement time (from versions: none) 错误:找不到满足 csv 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement csv (from versions: none) 找不到满足要求zipfile的版本(来自版本:) - Could not find a version that satisfies the requirement zipfile (from versions: ) 错误:找不到满足 busio 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement busio (from versions: none) 错误:找不到满足 webdriver 要求的版本(来自版本:) - Error : Could not find a version that satisfies the requirement webdriver (from versions: ) “找不到满足 functools 要求的版本(来自版本:0.5)” - "Could not find a version that satisfies the requirement functools (from versions: 0.5)" 找不到满足 PyQt4 要求的版本(来自版本:) - Could not find a version that satisfies the requirement PyQt4 (from versions: )
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM