问答详情
源自:7-4 Python发送HTTP请求

ImportError: cannot import name 'urlopen' from partially initialized module 'urllib.request' (most likely due to a circular import)

from urllib.request import urlopen
myURL = urlopen("https://www.runoob.com/")
print(myURL.read())


提问者:Hey_LJ 2021-10-12 11:23

个回答

  • Hey_LJ
    2021-10-12 13:31:45

    。。。。无语 换成32位的python解释器版本就好了

  • Hey_LJ
    2021-10-12 11:25:44

    3.9.7版本