python安装pymongo时出错
Posted MYPYNOTE
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python安装pymongo时出错相关的知识,希望对你有一定的参考价值。
在python2.7的环境下,使用pip install pymongo安装模块报以下错误:
Could not install packages due to an EnvironmentError: [Error 5] : ‘d:\program files\python2.7\Lib\site-packages\bson\_cbson.pyd‘
Consider using the `--user` option or check the permissions
根据错误提示, 改为pip install --user pymongo之后能安装成功
以上是关于python安装pymongo时出错的主要内容,如果未能解决你的问题,请参考以下文章
使用 pymongo 将自定义 python 对象编码为 BSON