yograjpshinde commented on issue #10136:
URL: https://github.com/apache/superset/issues/10136#issuecomment-825633066


   I have installed superset on the Linux VM using docker. As per the steps in 
Superset docs i could only installed the MySQL client but failing for others. I 
tried for Snowflake and Dremio by adding sqlalchemy-dremio and 
snowflake-sqlalchemy in the file /docker/requirements-local.txt. 
   
   Please find below the errors i am getting. Please help with the solution.
   
   superset_worker         | WARNING: Retrying (Retry(total=0, connect=None, 
read=None, redirect=None, status=None)) after connection broken by 
'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f485c555cd0>, Connection to pypi.org timed out. (connect timeout=15)')': 
/simple/sqlalchemy-dremio/
   superset_app            | WARNING: Retrying (Retry(total=0, connect=None, 
read=None, redirect=None, status=None)) after connection broken by 
'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fab49119f50>, Connection to pypi.org timed out. (connect timeout=15)')': 
/simple/sqlalchemy-dremio/
   superset_worker_beat    | WARNING: Retrying (Retry(total=0, connect=None, 
read=None, redirect=None, status=None)) after connection broken by 
'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f47365fbe10>, Connection to pypi.org timed out. (connect timeout=15)')': 
/simple/sqlalchemy-dremio/
   superset_cache exited with code 1
   superset_worker         | ERROR: Could not find a version that satisfies the 
requirement sqlalchemy-dremio
   superset_worker         | ERROR: No matching distribution found for 
sqlalchemy-dremio
   superset_worker exited with code 1
   superset_app            | ERROR: Could not find a version that satisfies the 
requirement sqlalchemy-dremio
   superset_app            | ERROR: No matching distribution found for 
sqlalchemy-dremio
   superset_worker_beat    | ERROR: Could not find a version that satisfies the 
requirement sqlalchemy-dremio
   superset_worker_beat    | ERROR: No matching distribution found for 
sqlalchemy-dremio
   


-- 
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]

Reply via email to