gpt4 book ai didi

python - 如何安装 PyMongo

转载 作者:太空狗 更新时间:2023-10-29 22:13:13 29 4
gpt4 key购买 nike

我目前正在尝试在我的 Mac OS X (mavericks) 上为 Python 安装 MongoDB 驱动程序。

但是当我运行的时候

[ Dsl  ~/Documents/python ] sudo easy_install pymongo

我得到以下输出

Searching for pymongo
Best match: pymongo 2.7
Processing pymongo-2.7-py2.7-macosx-10.9-intel.egg
Removing pymongo 2.7rc1 from easy-install.pth file
Adding pymongo 2.7 to easy-install.pth file

Using /Library/Python/2.7/site-packages/pymongo-2.7-py2.7-macosx-10.9-intel.egg
Processing dependencies for pymongo
Finished processing dependencies for pymongo

我尝试了很多不同的命令,但没有任何效果。如何安装 pymongo?

谢谢你的帮助

编辑:当我尝试在 python 脚本中使用它时

#!/usr/bin/env python3
import pymongo

client = MongoClient()

我有这个错误

Traceback (most recent call last):
File "./mongo.py", line 2, in <module>
import pymongo
ImportError: No module named 'pymongo'

最佳答案

尝试这些命令。 Source

$ easy_install -U setuptools
$ python -m easy_install pymongo

关于python - 如何安装 PyMongo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26218990/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com