Hi,

I installed Dolfin via Dorsal following these instructions http://fenicsproject.org/download/installation_using_dorsal.html (commit 19472eb6161fd8020729e5d82f884034a600634c). I run Ubuntu 14.04 and as I mentioned in the title I'd like to run Dolfin with Anaconda's Python.

Bottom line is that the installation succeeded (although not with multiple cores). But I run into the old bug (#674014 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674014) where FIAT can't load the module Scientific. I installed Scientific (rebuilt it then added to my PYTHONPATH). I also installed libnetcdf (via anaconda). But I keep getting the following error message when trying to import dolfin in ipython:

Exception: Unable to import the Python Scientific module required by FIAT.
Consider installing the package python-scientific.

And I try to import Scientific.Functions.Derivatives, I get:
ImportError: No module named Scientific_numerics_package_id

Any idea what I missed?

Thanks,

Ben

_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to