Written on
·
113
0
PackagesNotFoundError: The following packages are not available from current channels: - python=3.8.5*
이런거 나오면서 가상환경 설치가 안되면,
conda create -n crawling_class -c conda-forge python=3.8.5
이렇게 하니까 해결되네요.
Mt시리즈에서는 3.8.5버전이 기본지원이 안된다고함.
Answer