오류해결 (1) 썸네일형 리스트형 torch-scatter, torch-sparse, torch-geometric install error pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.1+cu101.html pip install --no-index torch-sparse -f https://data.pyg.org/whl/torch-1.8.1+cu101.html pip install torch-geometric --no-index를 붙여주자. 뒤의 torch-1.8.1+cu101은 맞는 버전으로 변경 (아래 코드로 확인) python -c "import torch; print(torch.__version__)" python -c "import torch; print(torch.version.cuda)" https://github.com/p.. 이전 1 다음