Getting below error while installation or oracledb module in aix 7.2
Collecting oracledb
Using cached oracledb-3.4.1.tar.gz (852 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting cryptography>=3.2.1 (from oracledb)
Using cached cryptography-46.0.3.tar.gz (749 kB)
Installing build dependencies ... error
error: subprocess-exited-with-error
installing build dependencies for cryptography did not run successfully.
exit code: 1
[31 lines of output]
Ignoring cffi: markers 'platform_python_implementation != "PyPy" and python_version == "3.8"' don't match your environment
Collecting maturin<2,>=1.9.4
Using cached maturin-1.10.2.tar.gz (217 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
Preparing metadata (pyproject.toml) did not run successfully.
exit code: 1
[3 lines of output]
Python reports SOABI: cpython-312
Unsupported platform: 312
Rust not found, installing into a temporary directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
Encountered error while generating package metadata.
maturin
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'cryptography' when installing build dependencies for cryptography
------------------------------
Gaurav Sood
------------------------------