version: python2.7
attempting to install cx_oracle
Collecting cx_Oracle Using cached cx_Oracle-5.3.tar.gz Complete output from command python setup.py Traceback (most recent call last): File "", line 1, in File "C:\Users\Test\AppData\Local\Temp\pycharm-packaging\cx-Oracle\setup.py", line 190, in raise DistutilsSetupError(message) distutils.errors.DistutilsSetupError: cannot locate Oracle include files in C:\new_software\Oracle\instantclient_12_1 Command "python setup.py egg_info" failed with error code 1 in C:\Users\Test\AppData\Local\Temp\pycharm-packaging\cx-Oracle\
I have installed oracle client 12_1 and set Oracle Home and PATH variables on Windows10.
python2.7 is installed and within python27/scripts/ , I see pip.exe
I get below error when i tried running:
C:\new_software\Python27\Scripts>pip install cx_Oracle failed to create process.
Request help. Thanks.
C:\new_software\Oracle\instantclient_12_1actually has the include (.h) files?