我在 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
但似乎都不起作用。我尝试了 Ubuntu 软件中心 GUI,但它似乎坏了,因为即使我的网络正在运行,它仍不断显示旋转的等待提示。我有点卡住了。谢谢。
答案1
我可以确认这是包裹libgfortran3这是需要的。这在 Ubuntu Lucid (32 位) 上对我来说一直有效:
apt-get install libgfortran3
干杯。
答案2
看这个 Ubuntu 软件包内容搜索对于包含的包libgfortran.so.3
。我猜你需要libgfortran3
,但我不知道 sage