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

OSError: libflattenconcat.so: cannot open shared object file: No such file or directory #12

Open
PushkarChatterji opened this issue Sep 26, 2019 · 3 comments

Comments

@PushkarChatterji
Copy link

Strangely, I am having this error when I try to run main.py on the Jetson-Nano. It main.py runs just fine on the PC.

Any suggestions would be very helpful. I am completely stuck because of this.!!!!

@Programmerwyl
Copy link

two tips:
firstly:
Check whether the input path of the function is correct.
ctypes.CDLL('/home/wyl/project/tensorrt/object_google_model/TRT_object_detection-master/lib/libflattenconcat.so')
I use the absolute path
secondly:
the'libflattenconcat.so' is different on pc and nano
the size is 74.7kb on nano while it is 70.3kb on pc
so ,you need to rebuild it.

@pphator
Copy link

pphator commented Apr 1, 2020

Hi!
I have the same situations when I'm trying to run remotely using ssh (from win10).
I think, that the point is that in the jetson there are two files libflattenconcat.so.5 and libflattenconcat.so.6 and interpreter could not combine them remotely from win10. But I'm not a scpecialist in that area, so it's only my assumption.

@ram-ch
Copy link

ram-ch commented Nov 12, 2021

Hi,

I am also facing the same issue. any solution?

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