Answers for "configurationerror: the "dnspython" module must be installed to use mongodb+srv:// uris. to fix this error install pymongo with the srv extra: c:\users\haithem mihoubi\pycharmprojects\pythonproject\venv\scripts\python.exe -m pip install "pymongo[srv]""

0

ConfigurationError: The "dnspython" module must be installed to use mongodb+srv:// URIs

$ python -m pip install pymongo
Posted by: Guest on December-01-2020

Code answers related to "configurationerror: the "dnspython" module must be installed to use mongodb+srv:// uris. to fix this error install pymongo with the srv extra: c:\users\haithem mihoubi\pycharmprojects\pythonproject\venv\scripts\python.exe -m pip install "pymongo[srv]""

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language