gnoopy opened a new issue #13721: URL: https://github.com/apache/superset/issues/13721
To install a few python packages in the docker vm, I followed instructions as guided in the page https://superset.apache.org/docs/databases/dockeradddrivers However, cx_Oracle installation keep failed whenever I restart the superset docker container. Is there any recommendation to install jdbc driver for oracle ? ### Expected results docker vm should start successfully with cx_Oracle ### Actual results superset_worker_beat | ERROR: Could not find a version that satisfies the requirement cx_Oracle superset_worker_beat | ERROR: No matching distribution found for cx_Oracle superset_worker | WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fb3ee561550>: Failed to establish a new connection: [Errno 111] Connection refused')': /simple/cx-oracle/ superset_worker | ERROR: Could not find a version that satisfies the requirement cx_Oracle superset_worker | ERROR: No matching distribution found for cx_Oracle #### Screenshots  #### How to reproduce the bug 1. modify ./docker/requirements-local.txt as follows >> cx_Oracle sqlalchemy-teradata hdbcli sqlalchemy-hana pybigquery gsheetsdb 2. docker-compose build --force-rm 3. docker-compose up ### Environment (please complete the following information): - superset version: master branch lastest version on 20 March. 2021 - python version: n/a - node.js version: n/a ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context -- 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]
