我在ubuntu上安装了sage,但是命令行上没有执行任何东西。长错误消息中的相关部分是:
ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.我试过sudo apt-get install gfortran和sudo apt-get install libgfortran.so.3
但两者似乎都不起作用。我试过,但它似乎坏了,因为它一直显示旋转等待提示,即使我的网络正在工作。我有点卡住了。谢谢。
发布于 2011-10-04 21:40:25
我可以确认需要的是包libgfortran3。这一直在为我在Ubuntu Lucid (32位)上工作:
apt-get install libgfortran3
干杯。
发布于 2011-06-10 18:20:23
有关包含这个Ubuntu包内容搜索的包,请参见libgfortran.so.3。我想你需要libgfortran3,但我不知道塞奇
https://askubuntu.com/questions/48117
复制相似问题