To solve Python: import cx_Oracle ImportError: No module named cx_Oracle error is thown error follow below methods.
ERROR LOG
Python: import cx_Oracle ImportError: No module named cx_Oracle error is thown
Contents
How to solve Python: import cx_Oracle ImportError: No module named cx_Oracle error is thown ?
Refer the given methods to solve the issue.
pip install cx_oracle
The above command installed cx_oracle=6.1
Hope the above solution works.
Also read :
Python AttributeError: ‘module’ object has no attribute ‘Serial’