You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm currently facing some import issues. I've set up a conda environment and followed the necessary installation steps but I'm unable to import graphvite in python.
I've read up on past issues and #23 mentioned to check the runtime path in libgraphvite.so.
As seen above, the run path seems to be unconfigured and @KiddoZhu originally suggested OP to change the path using chrpath -r $ORIGIN:/home/jiayi/anaconda3/envs/venv libgraphvite.so. However, I'm currently working on a remote server and I do not have sudo access. Are there alternative ways for me to resolve this issue?
(venv) jiayi@cdas1:~/.../graphvite/lib$ chrpath -r $ORIGIN:/home/jiayi/anaconda3/envs/venv libgraphvite.so
Command 'chrpath' not found, but can be installed with:
apt install chrpath
Please ask your administrator.
The text was updated successfully, but these errors were encountered:
Hi, I'm currently facing some import issues. I've set up a conda environment and followed the necessary installation steps but I'm unable to import graphvite in python.
I've read up on past issues and #23 mentioned to check the runtime path in
libgraphvite.so
.As seen above, the run path seems to be unconfigured and @KiddoZhu originally suggested OP to change the path using
chrpath -r $ORIGIN:/home/jiayi/anaconda3/envs/venv libgraphvite.so
. However, I'm currently working on a remote server and I do not have sudo access. Are there alternative ways for me to resolve this issue?The text was updated successfully, but these errors were encountered: