We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calls I made to visual_behavior.database only work on pymongo==3.12.3 or below (pymongo>=4.0 does not work)
*MongoClient.database_names() was removed in the migration to version 4, so the function list_database_names() must be used instead
As shown here: https://pymongo.readthedocs.io/en/stable/migrate-to-pymongo4.html#mongoclient-database-names-is-removed
The text was updated successfully, but these errors were encountered:
@yavorska-iryna encountered this problem as well. Down-grading to pymongo=3.10.1 resolved the problem
Sorry, something went wrong.
No branches or pull requests
Calls I made to visual_behavior.database only work on pymongo==3.12.3 or below (pymongo>=4.0 does not work)
*MongoClient.database_names() was removed in the migration to version 4, so the function list_database_names() must be used instead
As shown here:
https://pymongo.readthedocs.io/en/stable/migrate-to-pymongo4.html#mongoclient-database-names-is-removed
The text was updated successfully, but these errors were encountered: