You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: libjsoncpp.so.19: cannot open shared object file: No such file or directory ModuleNotFoundError: No module named 'vtkIOParallelPython'
#59
Open
HXB-1997 opened this issue
May 11, 2023
· 3 comments
command: $ python kitti_object.py
error:
ImportError: libjsoncpp.so.19: cannot open shared object file: No such file or directory
ModuleNotFoundError: No module named 'vtkIOParallelPython'
The text was updated successfully, but these errors were encountered:
Then you can use:
sudo find / -name libjsoncpp.so.19
to find where is this file. Then you should move this to the platform folder, or link it (use the command ln -s )to the platform folder.
If you not sure where is the platform folder, you should try:
sudo find / -name libjsoncpp.so.*
For me it is:
/home/soe/anaconda3/envs/kitti_vis/lib/libjsoncpp.so.19
command: $ python kitti_object.py
error:
ImportError: libjsoncpp.so.19: cannot open shared object file: No such file or directory
ModuleNotFoundError: No module named 'vtkIOParallelPython'
The text was updated successfully, but these errors were encountered: