Replies: 1 comment
-
What are the errors you run into? I think that all latest versions of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to some deprecated code that I used, I want to downgrade
torch-geometric
to version1.6.0
.However, after trying
$ pip uninstall torch-geometric
$ pip install torch-geometric==1.6.0
I got some problem with the
torch-scatter
,torch-sparse
,torch-cluster
,torch-spline-conv
.They are the latest version (match for
torch-geometric==2.0.1
) but not suitable withtorch-geometric
in1.6.0
, making the packages get error.Does someone know the match version of each one, for instance,
torch_cluster-1.5.9
(I'm not sure)?Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions