Primary informations
Username: glassp
Cluster: cpu298.baobab
Subject: software | need to install GDAL for python (admin privilege required)
jobid: 7845327
Description
Dear, I am trying to install gdal for python as I need to perform some operations on TIFF raster files that contain geodata. This is my first time using the HPC environment, which is why I need to install all the libraries required to run the machine learning programs, some of which are applied to TIFF images. Do we need to submit a request for each installation that requires admin privileges?
Steps to Reproduce
I am trying to launch the 3 installation commands via the VSCode application from the terminal window:
sudo dnf install -y epel-release
sudo dnf install -y gdal
sudo dnf install -y python3-gdal
(execution path: /home/users/g/glassp/ai4sweng-KIO6-model-unit-tester/ModelUnitTester/test)
Expected Result
installation of GDAL (GDAL present in pip list)
Actual Result
The execution is denied after each password request.
“We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for glassp:
Sorry, try again.“
Although I consider the privilege issue to be resolved, I am not yet certain that this will lead to the complete installation of the GDAL library for python.
Thank you for your support.
Best regards,