PDA

View Full Version : Fipy Installation Error


atentik
November 2nd, 2009, 11:28 AM
I have been trying to install Fipy on my Ubuntu 9.10 for a while now. It seems to have been install but whenever I tried importing the program in python, I get an error message:
>>> from fipy import*
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from fipy import*
File "/usr/local/lib/python2.6/dist-packages/FiPy-2.0.2-py2.6.egg/fipy/__init__.py", line 11, in <module>
from solvers import *
File "/usr/local/lib/python2.6/dist-packages/FiPy-2.0.2-py2.6.egg/fipy/solvers/__init__.py", line 35, in <module>
raise ImportError, "Could not import any solver package. If you are using Trilinos, make sure you have all of the necessary Trilinos packages installed - Epetra, EpetraExt, AztecOO, Amesos, ML, and IFPACK."
ImportError: Could not import any solver package. If you are using Trilinos, make sure you have all of the necessary Trilinos packages installed - Epetra, EpetraExt, AztecOO, Amesos, ML, and IFPACK.


For your information, I installed the trilions package but the problem persist. Any idea what the problem might be. Has anybody encountered this problem and be able to come up with a remedy?

atentik
November 4th, 2009, 03:40 PM
The problem was solved by installing sparse