Ask Your Question
0

problem during install sage ubuntu python

asked 2011-05-04 17:55:45 +0200

nicmon91 gravatar image

updated 2011-05-05 15:29:27 +0200

Kelvin Li gravatar image

hi, i have this problem during the install of sage on my ubuntu

http://nopaste.info/da9ef6bc92.html

how can i solve?

thanks

edit retag flag offensive close merge delete

Comments

The error on line 163 about `libgfortran.so.3` suggests that you are missing the `gfortran` package (that is what it is called in Debian; probably the same for Ubuntu). If installing `gfortran` does not solve the problem, I suggest posting your question on the sage-support mailing list (http://groups.google.com/group/sage-support/). This Q&A site does not work well for long discussion threads.

Kelvin Li gravatar imageKelvin Li ( 2011-05-05 14:26:53 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-06-01 16:20:47 +0200

Adrian soto gravatar image

I started to get this in sage 4.6.2, and I got it again with sage 4.7

It got solved by going to software center, in ubuntu, and install libgfortran3

or do sudo apt-get install libgfortran3

This is what I had: 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.

Peace. -Adrian.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2011-05-04 17:55:45 +0200

Seen: 885 times

Last updated: Jun 01 '11