Thank you for responses
But our main problem is that despite the fact that jpy is ALREADY installed in the system python
site-packages directory, the installation codes are trying (and failing) to install it again from using a binary a wheel file inside a jar file. The wheel file includes a jpy.so which is incompatible with the RedHat 6 system (requires a newer glibc).
Is there a way to force the scripts/codes to use the system installed jpy package?
Is there a way/are there instructions to install the python component manually (without
using the scripts/codes)?
Thank you
Jongmin