2020-02-15 python3.8 安装urllib2失败
2020-02-15 本文已影响0人
302室
python 3.8 安装erllib2失败,提示:
ERROR: Could not find a version that satisfies the requirement urllib2 (from versions: none)
ERROR: No matching distribution found for urllib2
原因:
urllib2 在 python3.x 中被改为urllib.request,不用安装,可以直接使用