Tôi đang cố gắng cài đặt Python Pandas trên Raspi của tôi và tôi đang tìm thấy các lỗi lạ.
~ $ 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]
và sau đó nhiều lỗi cảnh báo trong một thời gian dài. Nó không bao giờ thực sự thất bại, nhưng không hoàn thành trong hơn nửa giờ. Điều gì đang xảy ra ở đây và làm thế nào để tôi sửa chữa nó?
Chỉnh sửa để thêm
Tôi đã thử tuyến đường thay thế trong sudo apt-get install python-pandas
đó cài đặt pandas
nhưng nó chỉ là phiên bản 0.8 thay vì 0.13. Cố gắng theo dõi với sudo pip install pandas --upgrade
kết quả tương tự như trên.