Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/331.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在conda环境中的Raspberry Pi 4上安装pandas时出错_Python_Pandas_Raspberry Pi_Conda_Raspberry Pi4 - Fatal编程技术网

Python 在conda环境中的Raspberry Pi 4上安装pandas时出错

Python 在conda环境中的Raspberry Pi 4上安装pandas时出错,python,pandas,raspberry-pi,conda,raspberry-pi4,Python,Pandas,Raspberry Pi,Conda,Raspberry Pi4,我正试图使用conda install pandas将pandas安装到我的conda环境中,但安装失败,因为pandas依赖于pytz,pytz要求最低conda版本为4.3。 如果我在一个普通的Linux机器上运行这个程序,我会使用“conda update conda”更新我的conda,然后所有的程序都会被排序。。。然而。。。Rasperry Pi上最新支持的conda版本为4.2.13(使用rpi conda channelconda config——添加通道rpi) 救命啊!难道真的

我正试图使用
conda install pandas
将pandas安装到我的conda环境中,但安装失败,因为pandas依赖于pytz,pytz
要求最低conda版本为4.3。

如果我在一个普通的Linux机器上运行这个程序,我会使用“conda update conda”更新我的conda,然后所有的程序都会被排序。。。然而。。。Rasperry Pi上最新支持的conda版本为4.2.13(使用rpi conda channel
conda config——添加通道rpi

救命啊!难道真的不可能在康达环境中用大熊猫做覆盆子皮4B

要复制此问题,请执行以下操作:

Raspberry Pi 4B,8GB RAM和64GB SD卡)
OS:Raspbian Buster(10)(
lsb_发行版-irdc

IDE:Spyder 4
Python:3.4.3(
Python--version

虚拟环境:Conda(Miniconda分发版)
康达版本:4.2.13(linux-armv7l)(
Conda info

当前conda环境(
conda列表
):

相关问题:
类似问题的过时答案(不再支持Berry Conda/RPI频道):


安装旧版本的pandas,而不是安装到虚拟环境中:

我遇到了完全相同的问题。解决方案是转储miniconda(python=3.4)并使用virtualenv和pip(使用系统版本python 3.7)。然后一切顺利

conda         4.2.13
conda-env     2.6.0
ncurses       6.1
openssl       1.0.1k
pip           20.1.1
psycosat      0.6.1
pycrpto       2.6.1
python        3.4.3
pyyaml        3.11
readline      7.0
requests      2.7.0
ruamel_yaml   0.11.14
setuptools    18.1
SQLite        3.24.0
wheel         0.34.2
xz            5.0.5
yaml          0.1.7
zlib          1.1.11