python pip安装提示Consider using the `--user` option or check the permissions. 算法工程师的学习日志 2021-06-17 430 阅读1分钟 python 通过pip安装程序包的时候提示 Consider using the `--user` option or check the permissions. 原因不明, 解决方法: 1、通过pip install pandas --user 安装 2、通过pip install pandas --user pandas安装 欢迎关注公众号:算法工程师的学习日志