“Error AttributeError: ‘module’ object has no attribute ‘MongoClient’” con Pymongo en Ubuntu 12.04

Ahora mismo estoy haciendo el curso online M101P: MongoDB for Developers.

course_image

Al ejecutar uno de los deberes me apareció este error con pymongo en Ubuntu 12.04:

AttributeError: 'module' object has no attribute 'MongoClient'

Anteriormente había instalado pymongo mediante apt-get de esta forma:

sudo apt-get install python-pymongo

Al parecer la versión que se instala así está anticuada o rota, así que tuve que desinstalarar y volver a instalar pymongo mediante PiP:

sudo apt-get purge python-pymongo
sudo apt-get install python-pip
sudo pip install pymongo

Fuente: http://stackoverflow.com/questions/17624416/cant-import-mongoclient

Tal vez también te guste

Solucionar “mongodb cannot be built while v8 is active” en MacPorts
While updating all the ports of macports I got this error: ---> Configuring mongodb Error: mongodb...
MongoDB: Recuperar datos después de un apagado inesperado en Ubuntu
If you try to run mongod but it fails to start and have this error in the log file (/var/log/mongodb/mongodb.log)...
Instalar MongoDB en Ubuntu 12.04 con driver PHP
Install MongoDB: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 echo...
“WARNING: soft rlimits too low” en MongoDB con Mac OS X
If you get this warning when you connect to mongo shell in Mac OX X: ** WARNING: soft rlimits too...
Dejar un comentario?

0 Comentarios.

Deje un comentario