我正在为 Mac 运行 Python 3.5.1。我想使用 urllib2
模块。我尝试安装它,但我被告知,它已经分为 urllib.request
和 urllib.error
的 Python3。
我的命令(现在从框架 bin 目录运行,因为它不在我的路径中) :
sudo ./pip3 install urllib.request
返回:
Could not find a version that satisfies the requirement urllib.request (from versions: )
No matching distribution found for urllib.request
我以前尝试一下子安装 urllib2
时也出现了同样的错误。