Beginning sfepy through conda installation
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
I retried the postprocessing command with (mysfepyenv).../path/to/cube_medium_hexa.vtk-file/directory$ sfepy-run postproc cube_medium_hexa.vtk. The same error persists.
Is my sfepy installation complete?
Thanking you in advance.
Yours Sincerely, Anil Kunwar
For now, I am using paraview for visualization. But a complete use of postprocessors within sfepy would be helpful.
Hi Anil,
did you install mayavi (conda install mayavi)? I guess we need to update the docs and/or the conda recipe. Note that there are some unresolved issues with newer mayavi versions [1].
Best regards, r.
[1] https://github.com/sfepy/sfepy/issues/466
On 10/02/2018 01:51 AM, Anil Kunwar wrote:
I retried the postprocessing command with (mysfepyenv).../path/to/cube_medium_hexa.vtk-file/directory$ sfepy-run postproc cube_medium_hexa.vtk. The same error persists.
Is my sfepy installation complete?
Thanking you in advance.
Yours Sincerely, Anil Kunwar
SfePy mailing list -- sfepy@python.org To unsubscribe send an email to sfepy-leave@python.org https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
Dear Robert, I once tried to install Mayavi separately , and the following happened : $ conda install mayavi Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- mayavi
- sfepy Use "conda info <package>" to see the dependencies for each package.
Do I need to install mayavi , when I perform the following command?
$ conda install -c conda-forge sfepy
Yours Sincerely, Anil Kunwar
On Tue, Oct 2, 2018 at 9:55 AM Robert Cimrman <cimrman3@ntc.zcu.cz> wrote:
Hi Anil,
did you install mayavi (conda install mayavi)? I guess we need to update the docs and/or the conda recipe. Note that there are some unresolved issues with newer mayavi versions [1].
Best regards, r.
[1] https://github.com/sfepy/sfepy/issues/466
I retried the postprocessing command with (mysfepyenv).../path/to/cube_medium_hexa.vtk-file/directory$ sfepy-run
On 10/02/2018 01:51 AM, Anil Kunwar wrote: postproc cube_medium_hexa.vtk.
The same error persists.
Is my sfepy installation complete?
Thanking you in advance.
Yours Sincerely, Anil Kunwar
SfePy mailing list -- sfepy@python.org To unsubscribe send an email to sfepy-leave@python.org https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
SfePy mailing list -- sfepy@python.org To unsubscribe send an email to sfepy-leave@python.org https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
On 10/02/2018 04:41 PM, Anil Kunwar wrote:
Dear Robert, I once tried to install Mayavi separately , and the following happened : $ conda install mayavi Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- mayavi
- sfepy Use "conda info <package>" to see the dependencies for each package.
We are just resolving a problem with the conda package for the new sfepy version (2018.3), so hopefully we will fix this as well.
BTW. I just did a fresh install of Anaconda3-5.3.0-Linux-x86_64.sh and there both mayavi and sfepy can be installed without problems. However, the issue #466 is there - I am trying to find a fix now.
Thanks for the report, r.
Do I need to install mayavi , when I perform the following command?
$ conda install -c conda-forge sfepy
Yours Sincerely, Anil Kunwar
On Tue, Oct 2, 2018 at 9:55 AM Robert Cimrman <cimrman3@ntc.zcu.cz> wrote:
Hi Anil,
did you install mayavi (conda install mayavi)? I guess we need to update the docs and/or the conda recipe. Note that there are some unresolved issues with newer mayavi versions [1].
Best regards, r.
[1] https://github.com/sfepy/sfepy/issues/466
I retried the postprocessing command with (mysfepyenv).../path/to/cube_medium_hexa.vtk-file/directory$ sfepy-run
On 10/02/2018 01:51 AM, Anil Kunwar wrote: postproc cube_medium_hexa.vtk.
The same error persists.
Is my sfepy installation complete?
Thanking you in advance.
Yours Sincerely, Anil Kunwar
SfePy mailing list -- sfepy@python.org To unsubscribe send an email to sfepy-leave@python.org https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
SfePy mailing list -- sfepy@python.org To unsubscribe send an email to sfepy-leave@python.org https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
participants (2)
-
Anil Kunwar
-
Robert Cimrman