我正在为Mac运行Python 3.5.1。我想使用urllib2
模块。我尝试安装它,但被告知它已被拆分成Python 3 urllib.request
并urllib.error
用于Python 3。
我的命令(现在不在框架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
。
urllib.request
Python程序吗?