Install python2 pandas module on Arch Linux (ARM)

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

I tried:

pip2 install pandas 

but no luck ..

I tried loading an aur tar ball

but he complains about ARM

By the way: I'm not a Linux specialist ...

UPDATE

I finally got the time (Christmas is a very busy time) to record the installation message: 1st part2nd part and then he just stops here.

+4
source share
2 answers

I don’t have an ARM device for testing (I still run Arch Linux).

Based on my research ...

pandas requires numpy . Based on this question , I suspect that numpy itself runs on ARM processors; Of course, that you have tools for installing the package (for example, gcc).

However, I suspect that pandas not designed to work with the ARM architecture (given that I have no problem installing it on the x86-64 architecture).

0
source

numpy doesn't seem to be available in ARM. See batch search .

In addition, I think that the AUR assistant could help you find the missing dependencies needed to build and install the AUR pakage.

0
source

All Articles