• 카테고리

    질문 & 답변
  • 세부 분야

    데이터 분석

  • 해결 여부

    미해결

install 에러

22.02.25 22:15 작성 조회수 12.2k

1

pip install beatifulsoup
 
했으나, 에러가 계속 뜹니다..
뭐가 문제인가요?
 
Defaulting to user installation because normal site-packages is not writeable Collecting beautifulsoup Using cached BeautifulSoup-3.2.2.tar.gz (32 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [7 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "C:\Users\고재희\AppData\Local\Temp\pip-install-jm_l5l3i\beautifulsoup_d67c8f39d67b4361bf5788dd78c256a7\setup.py", line 3 "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'." ^^ SyntaxError: invalid syntax [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.

답변 2

·

답변을 작성해보세요.

0

고재희님의 프로필

고재희

질문자

2022.02.27

해결됬습니다~

0

pip install bs4 로 변경해 보겠어요? ㅎㅎ