pyg-team/pytorch_geometric

Python 3.11 Support

martenlienen opened this issue ยท 4 comments

๐Ÿš€ The feature, motivation and pitch

It would be really great if pytorch-geometric supported python 3.11, so that we can all benefit from the performance improvements that have landed in that version! Is there some timeline for that?

Alternatives

No response

Additional context

No response

Thanks for creating this issue. I am not sure if PyTorch 2.0 will support 3.11, but if they do, we will as well :)

Pytorch 2.0 supports py3.11 by pip installation. Conda installation has problems in dependency.

pytorch 2.0.1 with conda in pytorch channel has supported python=3.11.

conda search pytorch=2.0.1

Loading channels: done
# Name                       Version           Build  Channel             
pytorch                        2.0.1    py3.10_cpu_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.10_cuda11.7_cudnn8.5.0_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.10_cuda11.8_cudnn8.7.0_0  anaconda/cloud/pytorch
pytorch                        2.0.1    py3.11_cpu_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.11_cuda11.7_cudnn8.5.0_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.11_cuda11.8_cudnn8.7.0_0  anaconda/cloud/pytorch
pytorch                        2.0.1     py3.8_cpu_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.8_cuda11.7_cudnn8.5.0_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.8_cuda11.8_cudnn8.7.0_0  anaconda/cloud/pytorch
pytorch                        2.0.1     py3.9_cpu_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.9_cuda11.7_cudnn8.5.0_0  anaconda/cloud/pytorch
pytorch                        2.0.1 py3.9_cuda11.8_cudnn8.7.0_0  anaconda/cloud/pytorch

Thanks for letting me know. We should be able to also provide Python 3.11 conda packages based on that.