You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that you are using the f prefix but i think is not compatible with Python 3.5. I removed pymongo from the list of modules to patch and it worked.
I don't know if there is a way to build pymongo patch with a syntax that is compatible with all python versions that you support but i would really appreciate it
The text was updated successfully, but these errors were encountered:
Thank you very much for reporting this issue. It looks like the solution should be to use str.format() method instead since this is compatible with Python 3.x and Python 2.x. We'll need to do some more extensive testing to confirm. Please stay tuned!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in next 7 days. Thank you for your contributions.
I tried to patch
pymongo
in mi project that is in Python 3.5 but when i run it the following error appear:I notice that you are using the
f
prefix but i think is not compatible with Python 3.5. I removedpymongo
from the list of modules to patch and it worked.I don't know if there is a way to build
pymongo
patch with a syntax that is compatible with all python versions that you support but i would really appreciate itThe text was updated successfully, but these errors were encountered: