Python3.8.10安装pandas出现问题

img


已经试过pip的修改方法但是还是不行,不知道是什么原因,求各位帮忙解答一下55

建议换源

pip install -i https://mirrors.aliyun.com/pypi/simple/ pandas

试过使用国内的源来加速了吗?

https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
清华大学的镜像源,挺快的。

img