sort icon indicating copy to clipboard operation
sort copied to clipboard

could not load libllvmlite.so

Open GOBish opened this issue 4 years ago • 2 comments

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?

GOBish avatar Apr 23 '20 17:04 GOBish

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

On Thu, 23 Apr. 2020, 19:31 GOBish, [email protected] 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 .

abewley avatar Apr 23 '20 17:04 abewley

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.

GOBish avatar Apr 23 '20 18:04 GOBish