inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

[신규 개정판] 이것이 진짜 크롤링이다 - 기본편

install 에러

12456

고재희

작성한 질문수 1

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.

웹-크롤링 python

답변 2

0

고재희

해결됬습니다~

0

스타트코딩

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

 

Live server 를 이용 해보고 싶은데 확장메뉴 설치가 막혀 있어요

0

89

2

'팀 단위 AI 업무 혁신' 자문 관련하여 문의드리고자 합니다. (연락처 요청)

0

54

1

import requests from bs4 import BeatifulSoup 이 단계에서 안 되네요

0

108

2

requests 관련 질문

1

151

2

설치 관련

0

139

2

vs code 결과출력이 안됩니다

0

162

1

크롤링 관련 질문입니다

0

225

2

word wrap 체크 후에도 콘솔 한줄로 출력되는현상

0

197

1

주피터에서 pip오류가 계속납니다

0

1106

3

강의 "requests, Beautifulsoup4 사용법 빠르게 알아보기"에서 질문이있습니다.

0

182

2

네이버쇼핑 검색창 넘어가기전 팝업창이 안사라져요

0

381

1

html주소를 다른 컴터에서도 접속하기

0

252

2

pandas 설치하는데 오류가 나서요

0

2752

1

실행오류

0

226

1

네이버쇼핑 무한스크롤 안되시는분들 모바일네이버로 실습해보세요

0

274

1

뉴스 페이지에 페이지 번호가 없는데 어떻게 가져오나요?

0

246

2

네이버 쇼핑에 팝업창이 뜨기 시작했어요 도와주세요 ㅠㅠ

0

736

3

셀레니움 실습 시 창이 자동 차단되면서 꺼집니다.

0

676

2

낮은 가격순을 클릭하는 문을 추가하고싶습니다.

0

309

2

pip는 내부 또는 외부명령 ,실행할 수 있는 프로그램

0

3436

2

이런오류는 어떤 오류인가요

0

667

1

창이 두개떠요/쇼핑검색도 안되요 ㅜ

0

337

2

약간 변태(?)같지만 해당 코드를 깔끔하게 함수로 리팩토링해보았습니다

0

342

2

과제 답안을 보지않고 스스로 구글링해서 만든 웹 크롤링 프로그램(10페이지 단위) 코드입니다.

0

771

2