Can't import MongoClient

后端 未结 11 1139
时光取名叫无心
时光取名叫无心 2021-01-01 21:18

I am unable to do this:

from pymongo import MongoClient

I get:

>>> import pymongo
>>> from pymongo import         


        
11条回答
  •  佛祖请我去吃肉
    2021-01-01 22:11

    yes it's true you need to update use, check the upgrade section says http://api.mongodb.org/python/current/installation.html

       easy_install -U pymongo
    

提交回复
热议问题