Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/283.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 一小时后安装熊猫失败_Python_Pandas_Pip - Fatal编程技术网

Python 一小时后安装熊猫失败

Python 一小时后安装熊猫失败,python,pandas,pip,Python,Pandas,Pip,我有一个Ubuntu系统: Linux machinename 5.4.0-52-generic#57 Ubuntu SMP周四10月15日10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 使用python 3.8 我正在尝试安装pandas==0.24.2,但在超过60分钟后失败了。完整输出可在此处找到: 。(粘贴到这里太长了) 我不能理解确切的问题 完整的requirement.txt如下所示: generalobj==0.7.3 djang

我有一个Ubuntu系统:

Linux machinename 5.4.0-52-generic#57 Ubuntu SMP周四10月15日10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

使用python 3.8

我正在尝试安装pandas==0.24.2,但在超过60分钟后失败了。完整输出可在此处找到:

。(粘贴到这里太长了)

我不能理解确切的问题

完整的requirement.txt如下所示:

generalobj==0.7.3
django==2.2.15
mysqlclient==2.0.1
pandas==0.24.2
xlrd==1.2.0
reportlab==3.5.50
django-simple-history==2.11.0
xhtml2pdf==0.2.4

一切都是虚拟的

任何人都可能知道这里的问题是什么,我如何解决它