gpt4 book ai didi

python - pymongo.errors.ServerSelectionTimeoutError : localhost:27017: [Errno 61] Connection refused

转载 作者:太空宇宙 更新时间:2023-11-03 20:52:44 25 4
gpt4 key购买 nike

我正在学习使用 pymongo,但我被这个网站的介绍代码 https://realpython.com/introduction-to-mongodb-and-python/#sql-vs-nosql 困住了:

from pymongo import MongoClient

client = MongoClient('localhost', 27017)
db = client.pymongo_test

posts = db.posts
post_data = {'title': 'Python and MongoDB'}
result = posts.insert_one(post_data)

在最后一行之后,我在标题中收到错误。我没有数据库方面的经验,所以我不知道从哪里开始调试。

我在 Mac OS X 上使用 Python 3.7.3、pymongo 3.7.2 和 mongodb 4.0.3。

最佳答案

刚刚想通了 - 我认为只在 Anaconda 上安装 mongodb 包就足够了,但我必须使用brew 正确安装 MongoDB。

关于python - pymongo.errors.ServerSelectionTimeoutError : localhost:27017: [Errno 61] Connection refused,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56210179/

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