pip3安装熊猫挂起

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip3安装熊猫挂起相关的知识,希望对你有一定的参考价值。

我正在尝试使用标题中的命令在树莓派2(模型b,7 wheezy),python3.5.1,pip 9.0.1上安装pandas,这是我的终端。

pi@raspberrypi ~ $ sudo pip3 install pandas
Collecting pandas
  Using cached pandas-0.21.0.tar.gz
Requirement already satisfied: python-dateutil>=2 in /usr/local/lib/python3.5/site-packages (from pandas)
Requirement already satisfied: pytz>=2011k in /usr/local/lib/python3.5/site-packages (from pandas)
Requirement already satisfied: numpy>=1.9.0 in /usr/local/lib/python3.5/site-packages (from pandas)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.5/site-packages (from python-dateutil>=2->pandas)
Installing collected packages: pandas
  Running setup.py install for pandas ... /

我这样离开了好几个小时,没有进展,有什么不对?

没有成功,我尝试过:

编辑以回应Andy K的评论,我尝试了以下apt-get:

pi@raspberrypi ~ $ sudo apt-get install python3-pandas
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python3-pandas

我添加了正确的repositories,但仍然没有快乐

答案

我通过升级pi上的操作系统,然后使用命令解决了这个问题:

sudo apt-get install python3-pandas

我的存储库现在与问题中的存储库link略有不同,它们如下:

deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi

如果有人有兴趣,规格现在如下:

PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

最后,使用新的操作系统我仍然无法点击安装大熊猫,我让它一夜之间没有成功

以上是关于pip3安装熊猫挂起的主要内容,如果未能解决你的问题,请参考以下文章

python 熊猫片段

python 有用的熊猫片段

python 有用的熊猫片段

python 有用的熊猫片段

python 有用的熊猫片段

python 有用的熊猫片段