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: 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

Comments

@HXB-1997
Copy link

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'

@ScorpioPeng
Copy link

bro, have you resolved the issue?

@ouenal
Copy link

ouenal commented Jul 18, 2023

I had the same issue. Try conda install jsoncpp=1.8.3

@LittleFlyFish
Copy link

I solved it!

Actually you need to download libjsoncpp.so.19 from source:

https://rpmfind.net/linux/rpm2html/search.php?query=libjsoncpp.so.19()(64bit)

I download the one:

libjsoncpp19-1.8.4-lp152.3.6.x86_64.html

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

After this behavior, my problem is solved : )

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

4 participants