calculix / ccx2paraview

CalculiX to Paraview converter (frd to vtk/vtu). Makes possible to view and postprocess CalculiX analysis results in Paraview. Generates Mises and Principal components for stress and strain tensors.
GNU General Public License v3.0
84 stars 18 forks source link

Does it support VTK 9.0.1? #20

Closed ceanwang closed 3 years ago

ceanwang commented 3 years ago

Can't use: pip3 install VTK to install VTK on Win 10 Ver 1909. It says:

  ERROR: Could not find a version that satisfies the requirement VTK (from versions: none)
ERROR: No matching distribution found for VTK
imirzov commented 3 years ago

Use lowercase: pip3 install numpy vtk ccx2paraview

ceanwang commented 3 years ago

Same.

The others installed. Just vtk can't.

imirzov commented 3 years ago

Sorry, your problem is not relevant to ccx2paraview converter. You may ask your windows administrator why OS can't install VTK.

ceanwang commented 3 years ago

The administrator can do nothing. Just pip can't find a right version. My question is Does ccx2paraview converter support VTK 9.0.1?

imirzov commented 3 years ago

Yes. I have vtk 9.0.1 and the converter works fine:

pip3 install vtk
Requirement already satisfied: vtk in ./.local/lib/python3.8/site-packages (9.0.1)