Dear sfepy-Experts I'm working with python 3.10 on Ubuntu 18.04 and when I try *sfepy-view navier_stokes.vtk* I get the error message ValueError: Invalid style "". Must be one of the following: "surface" "wire frame" "points".
*The modules were installed using:* conda create -n EM python=3.10 conda activate EM conda install -c anaconda scipy pip install meshio pip install pyvista in the sfepy root-dir.: pip install . --user
What's wrong ?
kind regards, Claus
Hi Claus,
On 12/6/22 12:22, Claus Kiefer wrote:
Dear sfepy-Experts I'm working with python 3.10 on Ubuntu 18.04 and when I try *sfepy-view navier_stokes.vtk* I get the error message ValueError: Invalid style "". Must be one of the following: "surface" "wire frame" "points".
*The modules were installed using:* conda create -n EM python=3.10 conda activate EM conda install -c anaconda scipy pip install meshio pip install pyvista in the sfepy root-dir.: pip install . --user
What's wrong ?
Can you install also meshio==4.4.6 and pyvista with conda? Note the meshio version - sfepy does not work correctly (yet) with the latest meshio.
r.
participants (2)
-
Claus Kiefer -
Robert Cimrman