Ask Your Question
0

problem during install sage ubuntu python

asked 13 years ago

nicmon91 gravatar image

updated 13 years ago

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

Preview: (hide)

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 ( 13 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 13 years ago

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.

Preview: (hide)
link

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: 13 years ago

Seen: 951 times

Last updated: Jun 01 '11