robotsinthesun / monkeyprint

A simple tool for pre-processing 3d models and controlling 3d DLP printers
GNU General Public License v2.0
60 stars 35 forks source link

Any plans to update vtk for Ubuntu? #24

Open nafergo opened 6 years ago

nafergo commented 6 years ago

Have problems while installing dependencies on Ubuntu 17.04:

and after, while trying to run...

Traceback (most recent call last): File "./monkeyprint.py", line 25, in import monkeyprintModelHandling File "/home/nafergo/monkeyprint/monkeyprintModelHandling.py", line 24, in import vtk ImportError: No module named vtk

robotsinthesun commented 6 years ago

Hi and sorry for the delay... have you tried using the VTK version that is available in your distro? That should be libvtk6.3 if I'm correct. If it works, please give some feedback here!