熊猫的构建轮(setup.py):完成状态“错误”

Ken*_*abe 5 python cygwin pip failed-installation pandas

我在我的 PC 上安装了 Cygwin,我正在尝试通过 pip 安装程序安装 Pandas。以下是我在安装 Pandas 时收到的一些消息。

$ pip 安装熊猫

Collecting pandas
  Using cached https://files.pythonhosted.org/packages/07/cf/1b6917426a9a16fd79d56385d0d907f344188558337d6b81196792f857e9/pandas-0.25.1.tar.gz
Requirement already satisfied: python-dateutil>=2.6.1 in /usr/lib/python3.7/site-packages (from pandas) (2.8.0)
Requirement already satisfied: pytz>=2017.2 in /usr/lib/python3.7/site-packages (from pandas) (2019.2)
Requirement already satisfied: numpy>=1.13.3 in /usr/lib/python3.7/site-packages (from pandas) (1.16.2)
Requirement already satisfied: six>=1.5 in /usr/lib/python3.7/site-packages (from python-dateutil>=2.6.1->pandas) (1.12.0)
Building wheels for collected packages: pandas
  Building wheel for pandas (setup.py): started
  Building wheel for pandas (setup.py): finished with status 'error'
  Running setup.py clean for pandas
Failed to build pandas
Installing collected packages: pandas
  Running setup.py install for pandas: started
Run Code Online (Sandbox Code Playgroud)

如果有人可以建议我应该怎么做来解决这个错误,我将不胜感激。