FileNotFoundError: Cannot find DGL C++ graphbolt library #11
-
|
在运行readme测试代码时,出现了如下报错: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Hello! @ethanguo-stack The latest version dgl prebuild wheel that works on macos is 2.2.1. You need have to install the exact Pytorch version it supposes to support. Please check the dgl page and release (v2.2.1) note for more helpful msgs. Also, the performance on cpu only for Apple silicon is pretty bad. I personally recommend you to switch to the mps branch, so that the GPU acceleration will save you quite a lot of time. Regards, Yinying. |
Beta Was this translation helpful? Give feedback.
@ethanguo-stack Ah I see. The instruction on readme described a generalized installation so that users can follow it easily. I would personally prefer solely pip installs.
Heres the dependency configuration from one of my in-dev package, in which you may find some hints using pip installs.