I need to connect to a mongodb server using "mongodb+srv" but I got this error message: pymongo.errors.ConfigurationError: The "dnspython" module must be installed to use mongodb+srv:// URIs. To fix this error install pymongo with the srv extra: /usr/local/bin/uwsgi -m pip install "pymongo[srv]" After installed the module succesfully the error continues. How can I fix it? I'm not in a free account.