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
The bson and pymongo packages in requirements.txt file seems to cause some version mismatch and leads to the following error.
ImportError: cannot import name 'abc' from 'bson.py3compat'
This issue has also been raised on bson repo
The text was updated successfully, but these errors were encountered:
Removing the bson package from requirements.txt file seems to solve the issue.
Sorry, something went wrong.
1893994
Acquil
No branches or pull requests
The bson and pymongo packages in requirements.txt file seems to cause some version mismatch and leads to the following error.
This issue has also been raised on bson repo
The text was updated successfully, but these errors were encountered: