I am very new to using MSYS and I need it to run a Fortran based code through python interface. I followed the whole installation procedure in this link https://github.com/SINTEF/thermopack/blob/main/addon/pycThermopack/README.md and when I tried to install Python Pint package I kept getting this error: MSYS Error
It seems that this package is very important to run the GUI correctly. What did I miss here? Is there any other way to install this package?
Thanks a lot in advance.
Solution
I managed to install it by installing Pip command using
$ pacman -S python3-pip
$ pip3 install --upgrade pip
pip install Pint