我正在爲Mac運行Python 3.5.1。我想使用urllib2。我嘗試安裝這一點,但我聽說它已經分裂成urllib.request裏和urllib.error裏爲Python 3需要爲Python 3.5.1安裝urllib2
我的命令(從框架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同樣的錯誤。
你就不能導入你的Python程序'urllib.request'? – michaelpri
urllib.request裏是標準庫的一部分,不需要安裝。 –
重複http://stackoverflow.com/questions/16597865/is-there-a-library-for-urllib2-for-python-which-we-can-download – user2673238