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

标签 python python-2.7 pip archlinux

是否有可能使 python (2.7) pandas 模块工作并使 Arch Linux 使用 ARM?

我试过:

pip2 install pandas

但运气不好..

我尝试下载 AUR tar ball

但它提示 ARM

顺便说一句:我不是 Linux 专家...

更新

我终于有时间(圣诞节很忙)记录安装消息: 1st part 2nd part 然后它就停在这里..

最佳答案

我没有要测试的 ARM 设备(但是我正在运行 Arch Linux)。

根据我的调查...

pandas 需要 numpy。基于this issue request ,我怀疑 numpy 本身可以在 ARM 处理器上运行;当然,前提是您拥有安装软件包的工具(例如 gcc)。

但是,我怀疑 pandas 尚未开发为在 ARM 架构上运行(假设我在 x86-64 架构上安装它没有问题)。

关于python - 在 Arch Linux (ARM) 上安装 python2 pandas 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13778319/

相关文章:

python - 如何在python中执行直方图均衡

python - 如何在似乎拒绝合作的 HPC 中安装 pytorch 1.9?

gcc - pip install pysqlite 导致以下错误 : command 'x86_64-linux-gnu-gcc' failed with exit status 1 and `#include "sqlite3. h"`

python - 无法在 Ubuntu 14.04 上升级 pip 1.5.4 - InsecurePlatformWarning : A true SSLContext object is not available

Python - 如何编写一个循环以根据另一个列表的元素python为列表中的每个df添加一列

python - 找不到代码中的语法错误?

python - 值错误: Found input variables with inconsistent numbers of samples: [4, 103]

python - 什么是属性对象?

python - 在python中查找并删除以特定子字符串开头和结尾的字符串

python - 为什么 mimetypes.guess_type ('a.json' ) 在 centos 7 中不起作用