728x90
반응형

아나콘다 프롬프트로 설치할 수 있다.

 

pip install bs4

pip install BeautifulSoap

 

으로 설치할 수 있는데

pip install BeautifulSoap 로 설치 시에

"You're trying to run a very old release of Beautiful Soup under Python 3. This will not work." 의 에러가 나는 경우가 있다.

이 경우 파이썬의 버전 문제로

pip install beautiifulsoup4 를 입력하면 정상적으로 설치할 수 있다.

728x90
반응형

+ Recent posts