GEMMA调用时bug修复
2021-05-17 本文已影响0人
至尊小王子
我在Win10的Ubuntu子系统中使用conda安装了gemma(v0.98.3)软件,调用软件时出现问题,显示:
gemma: error while loading shared libraries: libgfortran.so.5: cannot open shared object file: No such file or directory
具体是什么原因导致的,没有细究。经过网上检索,发现了解决办法:
sudo apt-get update
sudo apt-get install libgfortran5
仅供参考。