安装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

posted @ 2018-11-08 22:20  时间带着假象流淌  阅读(1052)  评论(0编辑  收藏  举报