srinify commented on issue #14315: URL: https://github.com/apache/superset/issues/14315#issuecomment-830637756
Hi @yograjpshinde when you add a new database driver to local-requirements.txt, it gets installed via pip (https://pip.pypa.io/en/stable/cli/pip_install/), If you look at the error message, you're encountering: ` WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ConnectTimeOutError(<pip._vendor.urllib3.connection.HTTPSConnection object at .....>, Connection to pypi.org timed out.` ... then you'll notice the key issue. **Connection to pypi.org timed out**. It seems like your Docker compose stack running within your Redhat Linux VM isn't able to connect to pypi.org. I would investigate your IP & networking rules to make sure Superset can talk to pypi.org -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
