Skip to content
Home » Python: import cx_Oracle ImportError: No module named cx_Oracle error is thown

Python: import cx_Oracle ImportError: No module named cx_Oracle error is thown

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

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’