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を添加していないが、それでも何の喜び
で一晩実行し、それを左? – User632716
あなたは 'sudo apt-get install python-pandas'を試しましたか? –