Hi, i try to install superset with docker on ubuntu, but when i tried to connect with my oracle database i get this error. i already add RUN pip install cx_Oracle ini Dockerfile but still not work.
How to resolve this problem, i have try to add config install cx_Oracle module in Dockerfile and i already installed cx_Oracle in ubuntu