본문 바로가기
IT 관련 공부/이것 저것 공부

ModuleNotFoundError: No module named 'requests' 오류 해결 법!

by 박나무 2022. 11. 4.
반응형

설치 완료

 

There was an error checking the latest version of pip.

이런 에러가 뜬다?

 

pip install requests

pip3 install requests

python3.8 -m pip install requests

python -m pip install requests

python3 -m pip install requests

 

뭐 등등~

 

다 안된다 싶을 때,

 

py -m pip install requests  

이렇게 해주니 바로 된다...

 

python --version 버전 확인이 안된다면,

py --verison 이렇게 해보자.

그럼

py -m pip install requests    이렇게 해야 모듈이 설치된다.

반응형

댓글