ImportError: 'NeighborSampler' requires either 'pyg-lib' or 'torch-sparse' 손쉬운 해결 방법
1. 문제
아래와 같은 오류가 나와서 먼저 pyg-lib를 설치하려고 시도한다.
ImportError: 'NeighborSampler' requires either 'pyg-lib' or 'torch-sparse'
그러나 아래와 같이 설치가 되지 않는다.
!pip install pyg-lib
ERROR: Could not find a version that satisfies the requirement pyg-lib (from version...
jzahnny-ko.hashnode.dev4 min read