Closed danafd closed 3 months ago
Hi - the support for ipyvtklink was removed since (in my understanding) that project was abandoned..
Is there another way to fix the error I get in the show function? I would like to use an interactive gui.
You can use vedo.settings.default_backend = 'vtk'
It worked. Thanks for the help!
Hello, I use vedo within a cluster and things have been going normally with vedo version 2023.5.0 where I normally set
vedo.settings.default_backend = 'ipyvtklink
.However, after updating vedo to 2024.5.2, I've been getting this error when running the show() function.
ValueError: too many values to unpack (expected 2)
So, when I run
vedo.Cone().show().close()
, I get this: