본문 바로가기
파이썬

파이썬 urllib.request 모듈이 내 시스템에 설치되지 않습니다.

by º기록 2020. 11. 25.
반응형

아래 명령을 사용하여 urllib.request 모듈 설치를 시도했습니다.

sudo pip install urllib.request

하지만 돌아왔다

Downloading/unpacking urllib.request
  Could not find any downloads that satisfy the requirement urllib.request
Cleaning up...
No distributions at all found for urllib.request
Storing debug log for failure in /home/mounarajan/.pip/pip.log

이 모듈을 어떻게 설치할 수 있습니까?

 

해결 방법

 


 

참조 페이지 https://stackoverflow.com/questions/29382709

 

 

반응형

댓글