scanner-research / hwang

Fast sparse video decode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't seem to install it in virtual environment

ilan1987 opened this issue · comments

I tried to make the complete installation with my virtual environment activated, and no luck. how do I do that correctly?

So what I did was to search for the generated whl, and I installed it with a virtual env. but I am having this issue: ImportError: libhwang.so: cannot open shared object file: No such file or directory .
I do have that file, where do I need to place it so it works?

Inside the build directory for hwang should be the libhwang.so file. Try placing that directory on your LD_LIBRARY_PATH.