Closed a-r-j closed 2 months ago
We have just updated the wheels for PyTorch 2.2. Did you recently upgrade to PyTorch 2.2, but still download the wheels for PyTorch 2.1?
I did recently add PyTorch 2.2 but I was getting failures on 1.13 and 2.1 too which weren't happening before. I managed to resolve it by installing torch + the pyg stack from PyPI instead of conda: https://github.com/a-r-j/graphein/commit/53290a51ac2b70d1df65b9a714b4d1a4e551279d#diff-d0777657fa3fd81d23aaf7273e58aee453b04e67882517900c56daeef9b3e4c1
Can you point me to the CI failure when using conda/mamba?
Mh, you can see in the failed run that it installs the wrong version:
+ pytorch-cluster 1.6.3 py310_torch_2.1.0_cpu pyg 499kB
I need to figure out why this is happening.
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?
Hi @rusty1s,
I have a CI pipeline that depends on
torch-cluster
. Previously it was working well with1.6.3
and latest torch/PyG versions. However, recently my CI has broken I believe as a result of the latest github actions runner image. I'm having a hard time figuring out the root cause as other than the image all versions should be the same; do you see anything in the release notes that would result in the following error? I don't think this is a bug withtorch_cluster
per se as it worked just fine prior to the runner version bump.