반응형
아래 명령을 사용하여 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
반응형
'파이썬' 카테고리의 다른 글
파이썬 수학 도메인 오류-sqrt (0) | 2020.11.25 |
---|---|
파이썬 boto3를 사용하여 S3 객체를 파일에 저장하는 방법 (0) | 2020.11.25 |
파이썬 Python에서 부분 선형 피팅을 적용하는 방법은 무엇입니까? (0) | 2020.11.25 |
파이썬에서 오늘이 평일인지 주말인지 찾는 방법은 무엇입니까? (0) | 2020.11.25 |
파이썬 TypeError: integer argument expected, got float when converting an image to greyscale (0) | 2020.11.25 |
댓글