安装pandas时我遇到的问题

一、命名问题
py的文件格式不能用pandas命名

二、

ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.

在这里插入图片描述

这里我输入了

pip --default-timeout=1000 install pandas

在这里插入图片描述
于是乎
在这里插入图片描述

我成功了

猜你喜欢

转载自blog.csdn.net/yilingpupu/article/details/105716379