简体   繁体   English

在Arch Linux(ARM)上安装python2 pandas模块

[英]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? 是否可以让python(2.7)pandas模块工作,使用ARM的Arch Linux?

I tried: 我试过了:

pip2 install pandas

but no luck.. 但没有运气..

I tried downloading the AUR tar ball 我试着下载AUR焦油球

but it complains about ARM 但它抱怨ARM

BTW: I'm not much of an Linux expert... 顺便说一句:我不是一个Linux专家......

UPDATE 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). 我没有要测试的ARM设备(但是我正在运行Arch Linux)。

Based on my investigation... 根据我的调查......

pandas requires numpy . pandas需要numpy Based on this issue request , I suspect that numpy itself works on ARM processors; 根据这个问题请求 ,我怀疑numpy本身适用于ARM处理器; provided of course, that you have the tools to install the package (eg gcc). 当然,您提供了安装软件包的工具(例如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). 但是,我怀疑pandas尚未开发用于ARM体系结构(假设我在x86-64体系结构上安装它没有问题)。

numpy do not seem to be available on ARM. ARM似乎没有numpy See the package search . 请参阅包搜索

Also, I think a AUR helper could help you find missing dependencies needed to build and install a AUR pakage. 此外,我认为AUR帮助程序可以帮助您找到构建和安装AUR pakage所需的缺少的依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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