I can't get to install cx_Oracle on my environment (64 bits Windows) :
- Through anaconda prompt :
pip install cx_Oracle
iget:
Running setup.py install for cx-Oracle ... error error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
- Through Anaconda Navigator, i get
UnsatisfiableError: The following specifications were found to be in conflict: - cx_oracle -> python 2.7* - python 3.6* Use "conda info " to see the dependencies for each package.
I am running python 3.6 and pip 9.0.1, Microsoft Visual C++ 14.0 is installed... Why do i still have this python version conflict between 3.6 and 2.7?
Thank you