Install sfepy on Ubuntu 11.10

Hi
Just playing with Ubuntu 11.10 and SfePy 2011.3 (from git: git clone git:// github.com/sfepy/sfepy.git) and found missing dependencies. I think the full list for ubuntu should be:
sudo apt-get install python-tables python-pyparsing python-matplotlib python-scipy *mayavi2 python-dev ipython python-sympy cython*
Almost all tests pass except: +++ test_transform_data: ok
<type 'exceptions.AttributeError'>
Traceback (most recent call last): File "./runTests.py", line 225, in <module> main() File "./runTests.py", line 219, in main op.walk( options.test_dir, run_tests, stats ) File "/usr/lib/python2.7/posixpath.py", line 229, in walk func(arg, top, names) File "./runTests.py", line 148, in run_tests n_fail, n_total, test_time = run_test( conf_name, options ) File "./runTests.py", line 111, in run_test ok, n_fail, n_total = test.run( options.debug ) File "/opt/sfepy/sfepy/sfepy/base/testing.py", line 65, in run ret = test_method() File "tests/test_tensors.py", line 137, in test_transform_data4 do = tn.transform_data(dr[None, ...], mtx=mtx[None, ...]) File "/opt/sfepy/sfepy/sfepy/mechanics/tensors.py", line 256, in transform_data tdf = nm.einsum('apqrs,aip,ajq,akr,als->aijkl', AttributeError: 'module' object has no attribute 'einsum'
I'm not quite sure why...
Best regards
Peter

On 11/06/11 01:16, Peter M. Clausen wrote:
Hi
Just playing with Ubuntu 11.10 and SfePy 2011.3 (from git: git clone git:// github.com/sfepy/sfepy.git) and found missing dependencies. I think the full list for ubuntu should be:
sudo apt-get install python-tables python-pyparsing python-matplotlib python-scipy *mayavi2 python-dev ipython python-sympy cython*
Actually, is this compatible with [1]? I mean if I merge your command with the one there as:
sudo aptitude install python-scipy python-matplotlib python-tables python-pyparsing libsuitesparse-dev python-setuptools mayavi2 python-dev ipython python-sympy cython
and proceed as described in the doc, does it give working umfpack?
Does the same work with Debian?
Cheers, r.
[1] http://docs.sfepy.org/doc-devel/introduction.html#installation-on-ubuntu

and proceed as described in the doc, does it give working umfpack?
yes, as far as I can tell. I havent installed the scikits stuff and 'import scipy.sparse.linalg.dsolve.umfpack as um' seeems to work...
/Peter
2011/11/6 Robert Cimrman cimr...@ntc.zcu.cz
On 11/06/11 01:16, Peter M. Clausen wrote:
Hi
Just playing with Ubuntu 11.10 and SfePy 2011.3 (from git: git clone git:// github.com/sfepy/sfepy.git) and found missing dependencies. I think the full list for ubuntu should be:
sudo apt-get install python-tables python-pyparsing python-matplotlib python-scipy *mayavi2 python-dev ipython python-sympy cython*
Actually, is this compatible with [1]? I mean if I merge your command with the one there as:
sudo aptitude install python-scipy python-matplotlib python-tables python-pyparsing libsuitesparse-dev python-setuptools mayavi2 python-dev ipython python-sympy cython
and proceed as described in the doc, does it give working umfpack?
Does the same work with Debian?
Cheers, r.
[1] http://docs.sfepy.org/doc-**devel/introduction.html#** installation-on-ubuntuhttp://docs.sfepy.org/doc-devel/introduction.html#installation-on-ubuntu
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel+unsubscribe@** googlegroups.com sfepy-devel%...@googlegroups.com. For more options, visit this group at http://groups.google.com/** group/sfepy-devel?hl=en http://groups.google.com/group/sfepy-devel?hl=en .
participants (2)
-
Peter M. Clausen
-
Robert Cimrman