강의

멘토링

커뮤니티

Inflearn Community Q&A

osumin7402649's profile image
osumin7402649

asked

Python Web Service API Practical Project - Money-Making Digital Marketing

Naver Shopping Best 100 Information Scraping

pip install requests

Written on

·

463

0

pip install requests 로 설치했고 pip list로 확인도 했는데

디버그하면

Exception has occurred: ModuleNotFoundError
No module named 'requests'

모듈에러가 뜹니다.

그래서 터미널창에 python popularShopping.py 실행해봤더니

AttributeError: 'NoneType' object has no attribute 'select'

참고로 python 버전은 3.8 입니다.

requestsflaskpython웹앱디지털 마케팅웹-크롤링

Answer 1

0

nomad님의 프로필 이미지
nomad
Instructor

안녕하세요?

가상환경을 혹시 따로 사용하시는지 모르겠네요.

비주얼스튜디오코드에서 개발하시면 python select interpreter를 설치된 곳으로 해주어야 합니다.

그냥 명령창에서 실행해 보고 설치여부를 확인해 보셔도 될 것 같네요

osumin7402649's profile image
osumin7402649

asked

Ask a question