Open cloudpetticoats opened 1 month ago
I'm not very familiar with the env, but I believe it's been a known issue as reported in https://github.com/pyg-team/pyg-lib/issues?q=sort%3Aupdated-desc+is%3Aissue+macOS. Have you had a chance to look through some of the GitHub issues by chance?
🐛 Describe the bug
I had installed python=3.10 torch=2.3 and torch-geometric=2.6.1 in anaconda for my mac, and had installed other extensions using
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
. But when i run my program to test, the following warning will be appeared.Could anyone help with this? Thank you very much. The following picture is my anaconda environment.
Versions