scanner-research / hwang

Fast sparse video decode
33 stars 12 forks source link

Can't seem to install it in virtual environment #14

Open ilan1987 opened 5 years ago

ilan1987 commented 5 years ago

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

ilan1987 commented 5 years ago

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?

willcrichton commented 5 years ago

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