安装pandas时出现环境错误

Posted connorship

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装pandas时出现环境错误相关的知识,希望对你有一定的参考价值。

在安装pandas时出现Could not install packages due to an EnvironmentError
Consider using the `--user` option or check the permissions

此时在install后面加--user即可
pip install --user pandas



以上是关于安装pandas时出现环境错误的主要内容,如果未能解决你的问题,请参考以下文章

安装 pip 包或升级 pip 时出现环境错误 [Errno 2]

Pandas - 导入大小为 4GB 的 CSV 文件时出现内存错误

将 pandas df 写入 csv 时出现 Unicode 编码错误

使用 pypyodbc 和 pandas 加载 1GB .accdb 时出现内存错误

使用 SQLAlchemy 将 pandas 数据帧导出到 MySQL 时出现操作错误 2055

python在导入pandas时出现问题