본문 바로가기
기타

[Python][Error] urlretrieve 호출 시 encode_chunked=req.has_header('Transfer-encoding') 에러

by 햄과함께 2019. 7. 1.
320x100
urlretrieve('주소', '이름.jpg')

위 명령어 실행시 

line 1317, in do_open encode_chunked=req.has_header('Transfer-encoding'))

위 에러 뿐만 아니라 request.py 여기에서 에러가 쫙 발생했다. 


 

$ /Applications/Python\ 3.7/Install\ Certificates.command

위 명령어로 해결했다.

/Applications/Python 3.7 폴더에 있는 Install Certificates.command 더블 클릭해도 된다.


참고

https://github.com/tensorflow/tensorflow/issues/10779

320x100

댓글