DGL包的报错记录
1.运行时候报错:
FileNotFoundError: Could not find module 'C:\Users\xuan\.conda\envs\pytorch1-6\lib\site-packages\dgl\dgl.dll' (or one of its dependencies). Try using the full path with constructor syntax.
解决方法:
检查是否安装了 vistual C++ 2014版本
安装了c++后依然没有效果
解决方法:
安装和cuda对应的dgl包
安装对应dgl包依然没用
2.最终解决办法
将pytorch安装1.12版本,因为官网要求DGL最新版本是要配合torch1.12使用的
浙公网安备 33010602011771号