AMD CPU에서는 잘 돌아가던 프로그램이, Intel CPU에서 실행하니까, 위와 같은 에러가 났다.
import encodings.idna
위 코드 한줄을 추가하고, 해결하였다.
참고 : https://stackoverflow.com/questions/9144724/unknown-encoding-idna-in-python-requests
'컴퓨터 > Python' 카테고리의 다른 글
Encoding UTF-8 / EUC-KR 에러 문제 (0) | 2019.11.09 |
---|---|
[Warning / Error] There appear to be 2 leaked semaphore objects to clean up at shutdown (0) | 2019.11.09 |