Asyncmongo and Python3: ImportError: No module named 'errors'

L

Laszlo Nagy

I'm about to convert a complete library into python3. I need asnycmongo
for this. Trying to install it on Ubuntu.

After executing "sudo pip3 install asyncmongo" I have the following
traceback:

Traceback (most recent call last):

...

import asyncmongo
File "/usr/local/lib/python3.3/dist-packages/asyncmongo/__init__.py",
line 37, in <module>
from errors import (Error, InterfaceError, AuthenticationError,
DatabaseError, RSConnectionError,
ImportError: No module named 'errors'

Is asyncmongo not available for python 3? It's home page does not tell
anything about it:

https://github.com/bitly/asyncmongo

Sorry if this question was answered before, I'm new to Python 3.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top