简体   繁体   English

需要使用 MSYS 安装 Python Pint 包

[英]Need to install Python Pint Package using MSYS

I am very new to using MSYS and I need it to run a Fortran based code through python interface.我对使用 MSYS 非常陌生,我需要它通过 python 接口运行基于 Fortran 的代码。 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我在此链接https://github.com/SINTEF/thermopack/blob/main/addon/pycThermopack/README.md中遵循了整个安装过程,当我尝试安装 Python Pint 包时,我不断收到此错误: MSYS 错误

It seems that this package is very important to run the GUI correctly.看来这个包对于正确运行 GUI 非常重要。 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我设法通过使用安装 Pip 命令来安装它

$ pacman -S python3-pip $ pacman -S python3-pip

$ pip3 install --upgrade pip $ pip3 install --upgrade pip

pip install Pint点安装品脱

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM