Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import the segmentation module #631

Open
ChristianMaier opened this issue Jun 12, 2020 · 0 comments
Open

Unable to import the segmentation module #631

ChristianMaier opened this issue Jun 12, 2020 · 0 comments

Comments

@ChristianMaier
Copy link

When I try to import the segmentation module it gives me the following error:
File "/opt/director/build/install/lib/python3.6/site-packages/director/segmentation.py", line 41, in
planeSegmentationFilter = vtk.vtkPlaneSegmentation
AttributeError: module 'director.vtkAll' has no attribute 'vtkPlaneSegmentation'

And:
File "/opt/director/build/install/lib/python3.6/site-packages/director/segmentation.py", line 43, in
planeSegmentationFilter = vtk.vtkPCLSACSegmentationPlane
AttributeError: module 'director.vtkAll' has no attribute 'vtkPCLSACSegmentationPlane'

I tracked it down and indeed these modules are not in the python modules. I tweaked a little bit around but i am not able to solve it.
I am running a ubuntu 18.04. The director package is freshly installed.

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant