unable to install cx_Oracle on AIX 7.2 #396
Replies: 1 comment
-
To be passive aggressive, and try and nudge you to upgrade, you should be installing python-oracledb, since it is cx_Oracle under a new name and with better features. See the python-oracledb release announcement from over two years ago. If your AIX version is one of the platforms where the Python cryptography package won't build easily, then see Installing python-oracledb without the Cryptography Package. Regarding the error, there are various Google hits for it, e.g. this. Finally this current repo is for python-oracledb - the cx_Oracle repo is here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to install cx_Oracle on AIX 7.2. Please note that the server does not have any internet connection and pip command does not work there.
We did try to install using the below options -
python3.8 -m pip install --no-build-isolation cx_Oracle-8.3.0.tar.gz.
But getting the below error -
Can anyone help with this please?
Beta Was this translation helpful? Give feedback.
All reactions