We have a python script which requires DRMAA module of Python. We could successfully install this module using pip. However, the script is looking for libdrmaa.so.1.0.6 libraries in /usr/lib64 path. How can these files be downloaded and installed? Any help would be greatly appreciated. As this is a complete showstopper for us right now.
Thank you.