Open ilan1987 opened 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?
Inside the build directory for hwang
should be the libhwang.so
file. Try placing that directory on your LD_LIBRARY_PATH
.
I tried to make the complete installation with my virtual environment activated, and no luck. how do I do that correctly?