简体   繁体   中英

Install python2 pandas module on Arch Linux (ARM)

Is it possible to get the python (2.7) pandas module working and a Arch Linux that uses ARM?

I tried:

pip2 install pandas

but no luck..

I tried downloading the AUR tar ball

but it complains about ARM

BTW: I'm not much of an Linux expert...

UPDATE

I finally got the time (Christmas is a very busy time) to record the install message: 第一部分第二部分 and then it just stall here..

I don't have an ARM device to test on (I am however, running Arch Linux).

Based on my investigation...

pandas requires numpy . Based on this issue request , I suspect that numpy itself works on ARM processors; provided of course, that you have the tools to install the package (eg gcc).

However, I suspect that pandas has not been developed to work on the ARM architecture (given that I have no problems installing it on an x86-64 architecture).

numpy do not seem to be available on ARM. See the package search .

Also, I think a AUR helper could help you find missing dependencies needed to build and install a AUR pakage.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM