The Error Info is:
ERROR: Could not find a version that satisfies the requirement dgl==0.8 (from versions: 0.1.2
, 0.1.3, 0.4.3, 0.4.3.post1, 0.4.3.post2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.6.0.post1, 0.6
.1)
The Error Info is:
ERROR: Could not find a version that satisfies the requirement dgl==0.8 (from versions: 0.1.2
, 0.1.3, 0.4.3, 0.4.3.post1, 0.4.3.post2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.6.0.post1, 0.6
.1)
Now the error is:
ImportError: cannot import name 'TypedLinear' from 'dgl.nn.pytorch' (C:\Users\nzb\Anaconda3\envs\gnn\lib\site-packages\dgl\nn\pytorch\__init__.py)
I’m wondering why this happened.
Could you print your current DGL version with
import dgl
print(dgl.__version__)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.