今天遇到用企业微信创建机器人。用python3发消息报错问题
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1056)
解决:卸载之前的 certifi requests
certifi==2018.8.13
requests==2.19.1
-i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com