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

ImportError: libvtkInteractionStyle-6.3.so.6.3: cannot open shared object file: No such file or directory #23

Closed
rdoebler opened this issue Dec 15, 2018 · 3 comments

Comments

@rdoebler
Copy link

Hi! I am getting the following error when I try to run step 6:

ImportError: libvtkInteractionStyle-6.3.so.6.3: cannot open shared object file: No such file or directory

Any idea how to resolve this? Thanks!

@EdjeElectronics
Copy link
Owner

EdjeElectronics commented Dec 18, 2018

Hi @rdoebler, do you mind sharing how you fixed the issue, in case anyone else runs in to it? 😄

@rdoebler
Copy link
Author

rdoebler commented Dec 18, 2018

Sorry, yes! 😄 . I was missing an OpenCV package on my Rasberry Pi 3 on Raspbian Stretch. You can get the library above by running:

sudo apt-get install libvtk6.3

@pierreramiro
Copy link

Also, For me was necessary to running:
sudo apt-get install libvtkgdcm-dev

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

3 participants