Inflearn Community Q&A
혹시 애플 M시리즈 사용하시는 분 중에 오류
Written on
·
132
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버전이 기본지원이 안된다고함.
python웹-크롤링
Answer
This question is waiting for answers
Be the first to answer!





