Closed hoseinalirezaee closed 4 years ago
What version of PyMongo do you have installed?
My pymongo version is 3.11
@hoseinalirezaee We use several internal functions from pymongo and every time it bites when the next version of pymongo changes their signatures :(
Could you please try to downgrade pymongo to 3.10 or 3.9? I'm sure it works with 3.9, not so sure about 3.10.
I will try to fix compatibility with 3.11 within a couple of days.
It works well on pymongo 3.10, but not 3.11. Thanks for your attention. I am waiting for your fix.
Sorry for the delay. Could you please test code from #267 with PyMongo 3.11? As far as I'm testing it, it works well now.
yes. I ran all my test cases and they all passed successfully. Thanks.
I use something like the following code to insert into database using bulk mode:
But when I run the above code, I get the following error:
The version of txmongo is 19.2.