Re: asyncmongo + python 3: No module named 'errors'

2016-02-25 Thread Nagy László Zsolt
> Yes. > I recommend you to use motor [1]. > > > * [1] https://github.com/mongodb/motor Thanks. I have checked motor, and here are some problems with it: * I cannot install it with "pip3 install motor", because it is trying to downgrade (!!!) pymongo to version 2.8, but it fails to do so. There m

Re: asyncmongo + python 3: No module named 'errors'

2016-02-25 Thread INADA Naoki
> > > Does it mean that asyncmongo does not work with Python 3? > > Yes. I recommend you to use motor [1]. * [1] https://github.com/mongodb/motor -- INADA Naoki -- https://mail.python.org/mailman/listinfo/python-list

Re: asyncmongo + python 3: No module named 'errors'

2016-02-25 Thread Nagy László Zsolt
2016.02.25. 9:08 keltezéssel, Nagy László Zsolt írta: > ayncmongo requirements are "pymongo" and "tornado". > > I have a fresh installation of Python 3.5, pymongo 3.2 and tornado 4.3, > but I cannot import asyncmongo. This seems to be the exact same bug report: https://github.com/bitly/asyncmong