如何在HP UNIX中安装所需版本的Pandas库?

时间:2019-12-03 15:30:49

标签: python python-2.7

我正在使用HP-UX mlapp B.11.31 U ia64 139177356 UNIX服务器,并与pip一起安装了python 2.7.16。 但是,当我要安装python_dateutil-2.5.3时,尽管安装了SiX 1.13,它仍显示出依赖性问题。

所有库(例如pandas和numpy)都在发生这种情况

ERROR: Could not find a version that satisfies the requirement six>=1.5 (from python-dateutil==2.5.3) (from versions: none)
ERROR: No matching distribution found for six>=1.5 (from python-dateutil==2.5.3)

再一次的点子列表已经安装了六个= 1.13

pip list
pip        19.3.1 
setuptools 42.0.1 
six        1.13.0 

如果有人对在HP UX中安装python pip软件包有任何想法,请提出

注意。由于供应商问题,无法使用Python 3,并且由于组织政策原因,无法在服务器中访问Internet,因此,我使用源tar文件进行安装。

预先感谢

2 个答案:

答案 0 :(得分:0)

由于您的错误,您首先需要升级六个软件包。您可以使用以下命令执行此操作:

pip install six --upgrade

一旦您具有 six> = 1.5 ,就应该能够安装python_dateutil-2.5.3。

顺便说一句,我强烈建议使用 Python3.x 。使用Python2.7的任何特定原因?

答案 1 :(得分:0)

也许您在安装Python和相关软件包时跳过了几个步骤。

所以尝试:

$file = $DB->get_record('table', array('itemid' => $id_imagen, 'component' => 'user', 'mimetype' => 'is not null'));

然后sudo apt-get install python-dev libpq-dev您的包裹。