Citation :
pip install cx_oracle
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/devel [...] -2-support
Defaulting to user installation because normal site-packages is not writeable
Collecting cx_oracle
Using cached cx_Oracle-8.0.0.tar.gz (325 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_LC2qD/cx-oracle/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_LC2qD/cx-oracle/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-klWoGy
cwd: /tmp/pip-install-_LC2qD/cx-oracle/
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-_LC2qD/cx-oracle/setup.py", line 17, in <module>
raise Exception("Python 3.5 or higher is required." )
Exception: Python 3.5 or higher is required.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
|