If I want to install a new plugin for sources in a...
# troubleshoot
g
If I want to install a new plugin for sources in an existing datahub instance, which docker container should I install into?
Copy code
'parse_uri\n'
           '    raise ConfigurationError(\n'
           '\n'
           'ConfigurationError: The "dnspython" module must be installed to use mongodb+srv:// URIs. To fix this error install pymongo with the srv '
           'extra:\n'
           ' /tmp/datahub/ingest/venv-5decd2a9-a67c-4977-831c-e9fd2905e004/bin/python3 -m pip install "pymongo[srv]"\n
i've installed both pymongo and dnspython
e
Hi @glamorous-easter-15952 you shouldn’t need to install a plugin into any particular docker container
how do you have datahub deployed?
just locally via quickstart?
g
yeah
I'm not able to connect to mongodb+srv uris
e
hmm would you mind sharing your recipe?