GNULinux usersInstall additional dependencysudo apt-get install libgfortran3 libgfortran5 python3-distutilslibgfortran3 was discontinued on Ubuntu 20 based distros It must be downloaded and installed
For libgfortran5 and python3-distutils, you can install them using the following command:
sudo apt-get install libgfortran5 python3-distutils
If you encounter any issues with the installation, you may need to update your package lists first with:
sudo apt-get update
Once the dependencies are installed, you should be able to proceed with installing the desired software or package.
原文地址: https://www.cveoy.top/t/topic/bU7I 著作权归作者所有。请勿转载和采集!