1 Oct
2018
1 Oct
'18
4:42 p.m.
Dear All, I installed sfepy in Ubuntu computer using : conda install -c conda-forge sfepy command, after that I downloaded sfepy by cloning from github. I am trying to run the examples. If I am within the sfepy environment in conda, then how can I execute an input file completely? For example, I run the cube.py using : (mysfepyenv).../path/to/cube.py/directory$ sfepy-run simple cube.py
How can I postprocess it? Is it something like this: (mysfepyenv).../path/to/cube.py/directory$ sfepy-run postproc cube.py When I do this, it yields the following message: ModuleNotFoundError: No module named énthought' ... ModuleNotFoundError: No module named 'traits' ... How do I install them?
Yours Sincerely, Anil Kunwar