Hi Prof. Cimrman I just installed in Anaconda3 using conda forge, SfePy 2017.3 under windows 10. From the command line:python ./postproc.py cylider.vtk gave the following errors:
(C:\Users\vwij\Anaconda3.4.3) C:\Users\vwij\Anaconda3.4.3\Lib\site-packages\sfepy\script>python ./postproc.py cylinder.vtk Traceback (most recent call last):
File "C:\Users\vwij\Anaconda3.4.3\lib\site-packages\sfepy\postprocess\viewer.py", line 10, in <module>
from enthought.traits.api
ModuleNotFoundError: No module named 'enthought'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./postproc.py", line 53, in <module>
from sfepy.postprocess.viewer import (Viewer, get_data_ranges,
File "C:\Users\vwij\Anaconda3.4.3\lib\site-packages\sfepy\postprocess\viewer.py", line 21, in <module>
from traits.api
ModuleNotFoundError: No module named 'traits'
I am a novice to this. Your guidance will be much appreciated.
vas
Hi Vasantha,
On 09/25/2017 12:53 AM, vasantha wijeyakulasuriya wrote:
Hi Prof. Cimrman I just installed in Anaconda3 using conda forge, SfePy 2017.3 under windows 10. From the command line:python ./postproc.py cylider.vtk gave the following errors:
(C:\Users\vwij\Anaconda3.4.3) C:\Users\vwij\Anaconda3.4.3\Lib\site-packages\sfepy\script>python ./postproc.py cylinder.vtk Traceback (most recent call last):
File "C:\Users\vwij\Anaconda3.4.3\lib\site-packages\sfepy\postprocess\viewer.py", line 10, in <module> from enthought.traits.api
ModuleNotFoundError: No module named 'enthought'
It looks like mayavi2 3D plotting package is not installed. Does
conda install -c anaconda mayavi
help?
If not, you can install and use paraview for viewing the results. I have no experience with its conda package [1], so if that does not work, try [2].
[1] https://anaconda.org/conda-forge/paraview [2] https://www.paraview.org/download/
r.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "./postproc.py", line 53, in <module> from sfepy.postprocess.viewer import (Viewer, get_data_ranges, File "C:\Users\vwij\Anaconda3.4.3\lib\site-packages\sfepy\postprocess\viewer.py", line 21, in <module> from traits.api
ModuleNotFoundError: No module named 'traits' I am a novice to this. Your guidance will be much appreciated. vas _______________________________________________ SfePy mailing list sfepy@python.org https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
Hi Robert,
Thanks Very Much.
Paraview has no problem so far. I had downloaded it from Paraview. Since Paraview works, I have not tried mayavi.
Appreciate your help.
vasantha