2017-12-04 15 views
1

私はラズベリーパイ2(モデルb、7 wheezy)、python3.5.1、ピップ9.0.1にタイトルからのコマンドでパンダをインストールしようとしています、これは私の端末です。pip3 install pandas hangs

[email protected] ~ $ 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 .../

私は、何が間違っている進展なしで、時間のためにこのようにそれを残してきましたか?成功せず

は、私が試してみました:

編集をアンディ・Kさんのコメントに反応して、私はのapt-getで次のことを試してみました:

[email protected] ~ $ sudo apt-get install python3-pandas 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
E: Unable to locate package python3-pandas 

私は、コマンドを使用して、パイの上にOSをアップグレードすることでこの問題を解決しまし正しいrepositoriesを添加していないが、それでも何の喜び

+0

で一晩実行し、それを左? – User632716

+1

あなたは 'sudo apt-get install python-pandas'を試しましたか? –

答えて

0

ました:

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" 

は最後に、私はまだパンダをインストールピップことができなかった新しいOSで、私が説明する@downvoterケアなし成功