I want to install Python package program.

In principle, software products to be installed on the Zengaku Computer System are restricted to those which are used in classes.
You cannot install software whose installation requires administrator rights.
On the other hand, you can install some Python packages (library) to your own directory (~/.local) by running the “pip” command with “––user” option.

pip install --user [package]