
1 whileFalse 2021 年 4 月 21 日 这是 python2 么。 |
2 lusi1990 2021 年 4 月 21 日 from urllib.request import urlopen resp = urlopen('https://baidu.com') print(resp.read()) 我这一点问题都没有,建议用 virtualenv 创建虚拟环境,再试试。Windows 推荐使用 conda |
3 M4rs OP @whileFalse python3.8 |
6 superrichman 2021 年 4 月 21 日 via iPhone 编译 python 没有把 ssl 编进去,要重装 python |
7 M4rs OP @superrichman 重装过很多次,而且也试了几个版本,无果。也许是有什么神奇的问题吧。 |
9 tomcats 2021 年 4 月 22 日 用 requests 库爬 https |
10 wunsch0106 2021 年 4 月 22 日 openssl 版本问题? |