天天看點

itchat.login登陸問題You can't get access to internet or wechat domain, so exit.解決

使用itchat接口登陸時異常

問題 : You can't get access to internet or wechat domain, so exit.

原因: python不能上網

解決方案:  ssl 證書的問題,更新回老版

pip uninstall -y certif

pip install certifi==2015.04.28