abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.82k stars 1.07k forks source link

could not load libllvmlite.so #94

Open GOBish opened 4 years ago

GOBish commented 4 years ago

I have been trying to implement SORT on my Raspberry pi 4 but have not been able to successfully install all the dependencies.

When I try to import numba, I get the error "Could not load share object file: libllvmlite.so"

I have tried for days to fix this, looking at export paths, etc. Has anyone seen this and been able to solve it?

abewley commented 4 years ago

Try removing the @jit decorator, then you shouldn't need numba.

On Thu, 23 Apr. 2020, 19:31 GOBish, notifications@github.com wrote:

I have been trying to implement SORT on my Raspberry pi 4 but have not been able to successfully install all the dependencies.

When I try to import numba, I get the error "Could not load share object file: libllvmlite.so"

I have tried for days to fix this, looking at export paths, etc. Has anyone seen this and been able to solve it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abewley/sort/issues/94, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5YXKZXXLPFMFECAG3QK33ROB3OJANCNFSM4MPII2QQ .

GOBish commented 4 years ago

OK, did this and the python code runs - I will now have to experiment with getting it to work! Downloading the mot files now, for some reason the download is very slow right now. Once I have those I will be able to test and see if I get any more errors. Thank you for the reply.