화나게
conda install pytorch==1.7.0 torchvision==0.8.0
를 실행시켰더니 다음과 같은 오류가 난다..
PackagesNotFoundError: The following packages are not available from current channels:
- torchvision==0.8.0
- pytorch==1.7.0
서칭하던중 뒤에 -c pytorch -c conda-forge를 붙이면 된다는 것을 보았다.
conda에서 제공하는 기본 채널에 해당 패키지들이 없어서 설치가 안된다고 하고
conda-forge는 다양한 conda 패키지들을 조합된 receipes들이 있는 채널로서 package not found error는 거의 다 해결할 수 있다고 한다.
그럼 한 번 까볼까?
오오
맛있다~
'기타 > Error' 카테고리의 다른 글
[Ubuntu 20.04] 내 맘대로 화면분할이 된다고?? (0) | 2022.11.25 |
---|---|
[Python] egg_info failed with error code 1 오류 (0) | 2022.04.11 |
Docker Ubuntu 18.04 ros melodic 환경에서 Visual Studio Code 설치 오류 (0) | 2022.04.07 |
오류 : N: Ignoring file 'ros-latest.list' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension (0) | 2022.03.17 |
[VMware Ubuntu]글 드래그 앤 드랍, 복사 붙여넣기 안 될 때 해결방법 (0) | 2022.03.16 |