मैं अपनी रासपीली पर पायथन पंडों को स्थापित करने की कोशिश कर रहा हूं और मुझे अजीब त्रुटियाँ मिल रही हैं।
~ $ 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.13 के बजाय 0.8 का संस्करण है। के साथ पालन करने की कोशिश sudo pip install pandas --upgrade
ऊपर के रूप में एक ही परिणाम देता है।