Error While Installing Cx_oracle On Windows
I am trying to install cx_Oracle module of python in my windows. I keep getting error below mentioned error: cannot locate an Oracle software installation What kind of Oracle softw
Solution 1:
You will need Oracle client installed on your machine, because cx_Oracle is just a bridge between Python and the Oracle Client. I had the same problem and solved my issue by installing instant client from here Please make sure to install the compatible version(32 or 64 bit) to your system
Follow all the steps from this link and you will have cx_Oracle module installed perfectly in your machine. link
Post a Comment for "Error While Installing Cx_oracle On Windows"