-
Hello, I'm trying to run a Paraview simple cone example (https://github.com/Kitware/trame/blob/master/examples/07_paraview/SimpleCone/LocalRendering.py), but it shows UnicodeDecodeError: 'utf-8' codec can't decode byte 0xac in position 1: invalid start byte. |
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
Jul 1, 2024
Replies: 1 comment 4 replies
-
can you list your package versions by running |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try running
pip install trame trame-vtk -U