malllabiisc / CompGCN

ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
Apache License 2.0
597 stars 107 forks source link

OSError:libtorch_cpu.so:cannot open shared object file : No such file or diectory #38

Open VachelChen opened 2 years ago

VachelChen commented 2 years ago

When i pip install all package for this project, i try to use given"python run.py...",but get "OSError:libtorch_cpu.so:cannot open shared object file : No such file or diectory",i change torchtext version from 0.7.0 to 0.5.0 as internet method, still not work.

Deerzh commented 2 years ago

I alse met this problem. Have you solved it?