Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install vtkplotter with Python 3.8.5?

Tags:

python

I have Python 3.8.5

How can I install the package vtkplotter with this Python version?

Thanks a lot!

like image 391
mcl Avatar asked Jun 19 '26 21:06

mcl


1 Answers

It appears that vtkplotter has migrated to vedo (Link to GitHub repo with installation instructions). Maybe you are better off using vedo for newer Python versions.

like image 124
Eulerian Avatar answered Jun 22 '26 11:06

Eulerian