강의

멘토링

커뮤니티

Inflearn Community Q&A

dlwnghd's profile image
dlwnghd

asked

Programming for Us: Intermediate Python (Inflearn Original)

AsyncIO Multi Scraping Practice (2-1)

가상환경 실행 및 bs4 확인

Written on

·

441

0

가상환경에서의 실행과 bs4의 설치또한 확인하였으나 모듈 오류가 뜹니다ㅠㅠ

pythondjango

Answer 2

1

niceman님의 프로필 이미지
niceman
Instructor

네 소스코드 상에는 문제가 없으세요.

우선 지금 설치되어 있는 pip uninstall bs4 및 pip unstall beautifulsoup4 를 전부 삭제하시고

가상환경 삭제 후 새로 만드시고 https://pypi.org/project/beautifulsoup4/

가셔서 아래 명령어와 같이 다시 설치해보시는 거 밖에는 방법이 없는 것 같습니다 .ㅠ.ㅠ

pip install beautifulsoup4

0

dlwnghd님의 프로필 이미지
dlwnghd
Questioner

해결했습니다 정말 감사합니다.

dlwnghd's profile image
dlwnghd

asked

Ask a question