python3.7 通过pip进行安装时,提示ssl certificate问题
如下提示:
1 | pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. |
解决办法,用国内镜像源
1 | pip install aiohttp -i http://pypi.douban.com/simple --trusted-host pypi.douban.com |