将安装报错
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for torch-scatter
Running setup.py clean for torch-scatter
Failed to build torch-scatter
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (torch-scatter)
pip install .\torch_scatter-2.0.8-cp37-cp37m-win_amd64.whl
从官网下载对应安装包 data.pyg.org/whl/torch-1.8.1%2Bcpu.htmlhttps://data.pyg.org/whl/torch-1.8.1%2Bcpu.htmlpytorch-geometric.com/whl/
https://pytorch-geometric.com/whl/
将安装包放在对应的代码文件夹下
pip install .\torch_scatter-2.0.8-cp37-cp37m-win_amd64.whl
使用上面解压