ฉันพยายามติดตั้ง Python Pandas บน Raspi ของฉันและฉันพบข้อผิดพลาดแปลก ๆ
~ $ 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]
จากนั้นจึงมีข้อผิดพลาดเพิ่มเติมเตือนเป็นเวลานาน มันไม่เคยล้มเหลวจริง ๆ แต่ก็ไม่เสร็จสมบูรณ์ในอีกครึ่งชั่วโมง เกิดอะไรขึ้นที่นี่และฉันจะแก้ไขได้อย่างไร
แก้ไขเพื่อเพิ่ม
ฉันลองใช้เส้นทางอื่นsudo apt-get install python-pandas
ซึ่งติดตั้งแล้วpandas
แต่เป็นรุ่น 0.8 เท่านั้นมากกว่า 0.13 การพยายามติดตามด้วยsudo pip install pandas --upgrade
จะให้ผลลัพธ์เหมือนกับข้างต้น