강의

멘토링

로드맵

Inflearn Community Q&A

hoonnews's profile image
hoonnews

asked

Python Web Crawling & Automation to Do My Work (feat. Stock, Real Estate Data / Instagram)

3.3 [Required] Set up virtual environment and install requirements.txt

혹시 애플 M시리즈 사용하시는 분 중에 오류

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버전이 기본지원이 안된다고함.

python웹-크롤링

Answer

This question is waiting for answers
Be the first to answer!
hoonnews's profile image
hoonnews

asked

Ask a question