RROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/pymongo-3.10.0.dist-info'
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/pymongo-3.10.0.dist-info' Consider using the `--user` option or check the permissions.
pip在安装包的时候提示:
如
pip install pymongo

ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/usr/local/lib/python3.5/dist-packages/pymongo-3.10.0.dist-info’
Consider using the--useroption or check the permissions.
解决方案
pip install pymongo --user
不知道为什么,先做个笔记.

本文链接:https://choudalao.com/article/97
转载请注明来源,感谢尊重原创内容。
留言评论
支持表情、回复和点赞。评论需要先登录。