LookupError: unknown encoding: idna 的处理方法

找遍资料终于找到了解决方法:

在脚本开头import这个module即可,这个可能是某个编码的问题,没有深究,解决就好
import encodings.idna

 

posted @ 2020-08-14 10:05  胸怀丶若谷  阅读(922)  评论(0编辑  收藏  举报