pytorch_6dof-graspnet icon indicating copy to clipboard operation
pytorch_6dof-graspnet copied to clipboard

No module named 'vtk'

Open Donglin-Wang2 opened this issue 2 years ago • 1 comments

Hi,

Thank you very much for sharing your implementation!

I followed the instructions in the README file to install the dependencies, but I got the following error when pip was trying to build mayavi:

ModuleNotFoundError: No module named 'vtk'

Background Info

  1. I am using Pop OS (an Ubuntu based Linux distro)

  2. I am trying to install using a conda environment created using the following command

conda create -n 6dofgraspnet python=3.6
  1. I have cloned the PointNet Pytorch repo into another folder parallel to the root folder of this repo.

I am wondering if there is anything I can do to resolve this issue.

Donglin-Wang2 avatar Sep 01 '21 13:09 Donglin-Wang2

Unfortunately from time to time, I have also had a lot of problems with VTK. To be thorough, did you follow the rest of the installation procedure, specifically the following step:

pip3 install -r requirements.txt

If you did and it still not works, maybe you can try the following command:

pip install vtk

Please let me know if these solutions work or not.

jsll avatar Sep 02 '21 05:09 jsll