我正在尝试在python中导入urllib.request库,但在没有名为request的模块的情况下,我不断收到ImportError。我很确定这与python版本有关。请提供详细说明(我是初学者),说明需要执行的步骤。
我尝试使用urllib2和3,但是没有用。我还尝试绕过第18行中的urllib.request.urlopen(url),但是它没有用。
Traceback (most recent call last):
File "Deep_Dream_Neural_Network.py", line 6, in <module>
import urllib.request
ImportError: No module named request
我收到的错误消息:
nextPanel