> 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
>
>
> 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
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