|
Sujet : installation cx_oracle |
| intersigne |
Hello,
Merci pour les réponses.
Concernant le pourquoi je respecte un process interne loin d'être optimale. Si ça fonctionne je verrais dans le temps si migrer la solution n'est pas quelque chose d'envisageable.
Merci pour ton lien, c'était bien ça la solution pour une version "ancienne" de python. Cela fonctionne :jap: Merci ! |
| intersigne |
Bonjour,
je ne sais pas si je poste dans la bonne cat.
Je suis sur une machine virtuel (VMWare) Ubuntu 20.x.
J'essaie d'installer cx_Oracle pour une version de python 2.7 via pip. J'ai réussi pour une version 3.
Cependant ça plante pour la version de python2. Dans l'idée c'est pas idéal mais les scripts à utiliser ne tournent pas avec python3 pour l'instant.
Erreur :
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.
|
Citation :
pip --version
pip 20.1.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)
|
J'ai recherché sur le ne tmais je n'ai rien trouvé de concluant.
j'ai essayé :
pip install --upgrade pip
Citation :
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
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages (20.1.1)
|
Pas de changement de message d'erreur après.
En vous remerciant. |