ERROR: Could not find a version that satisfies the requirement pyg-lib (from versions: none)

ERROR: Could not find a version that satisfies the requirement pyg-lib (from versions: none)_第1张图片

解决方法 :把安装命令中的pyg-lib删掉。这个包没有win版本(因为我是windows的conda环境)。改成如下。

ERROR: Could not find a version that satisfies the requirement pyg-lib (from versions: none)_第2张图片

pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.13.0+cu116.html

你可能感兴趣的:(anaconda)