I have been working on a project that requires the installation of certain Python libraries onto a cluster. Initially, I was able to install these libraries on my local cluster by following the steps provided on this platform(link: ModuleNotFoundError: No module named 'matplotlib' when using plt.imread() in embedded Python code). However, I am now facing difficulties when attempting to install the same libraries on the university cluster.
To provide some context, I am using Ubuntu as my main operating system, and I am not utilizing any virtual machines (VMs) to run the HPCC system. Instead, I start it directly from my terminal. I would greatly appreciate any guidance on the specific command(s) I should use in my Ubuntu terminal to install the required Python modules onto the university cluster.
Thank you in advance for your assistance!