Raspi'ye Python Pandaları yüklemeye çalışıyorum ve garip hatalar buluyorum.
~ $ pip install pandas
Downloading/unpacking pandas
Downloading pandas-0.13.1.tar.gz (6.1Mb): 6.1Mb downloaded
Running setup.py egg_info for package pandas
warning: no files found matching 'README.rst'
no previously-included directories found matching 'doc/build'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.png' found anywhere in distribution
....
pandas/src/klib/khash_python.h:13:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function âkh_del_pymapâ:
pandas/src/klib/khash_python.h:38:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function âkh_del_pysetâ:
pandas/src/klib/khash_python.h:44:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function âkh_del_strboxâ:
pandas/src/klib/khash_python.h:49:1: warning: statement with no effect [-Wunused-value]
ve daha sonra uzun süre daha fazla hata uyarısı. Asla başarısız olmaz, ancak yarım saatten fazla bir sürede tamamlanmaz. Burada neler oluyor ve nasıl düzeltebilirim?
Eklemek için düzenlendi
Ben alternatif rota denedi sudo apt-get install python-pandas
mı kurar hangi pandas
ancak yalnızca sürüm 0.8 yerine 0,13 bulunuyor. Takip etmeye çalışmak yukarıdaki ile sudo pip install pandas --upgrade
aynı sonuçları verir.