jesture-ai/jesture-sdk

Unable to load the library from /usr/local/lib/full_cpu.dylib

Opened this issue · 1 comments

in mac os tried to install to run demo.py and got an error

(venv) ➜  python git:(main) ✗ python demo.py 
platform.mac_ver(): ('12.6', ('', '', ''), 'arm64')
/Users/animchnlap260/Documents/ps1/AI/jesture-sdk/python/src/full_cpu
Unable to load the library from /usr/local/lib/full_cpu.dylib

Screenshot 2022-11-05 at 11 50 58 AM

Hello @Vijayb123, thank you for your interest in our SDK. I was able to reproduce the error, the reason is the improper work with the system library versions that are used in SDK. Some of them could be fixed by setting the symbolic links.

But this is a crutch and fundamentally should be fixed on our side by updating all the libraries used and the new installation process description. I will post updates here as soon as we handle it, thank you.