I need to connect to Oracle 11g express edition. For that I had tried to install cx-Oracle using the command pip install cx-Oracle. My python version is: Python 3.5.1 :: Anaconda 4.1.0 (64-bit).
It was showing error
Collecting cx-Oracle
Could not fetch URL https://pypi.python.org/simple/cx-oracle/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645) - skipping
Could not find a version that satisfies the requirement cx-Oracle (from versions: )
No matching distribution found for cx-Oracle
I also tried
conda install -c amodig cx_oracle
It was also showing an compatible error :
The following specifications were found to be in conflict:
- cx_oracle
- python 3.5*
Use "conda info " to see the dependencies for each package.
What Oracle version should ? install? Could anyone please help me?