AttributeError: module ‘urllib’ has no attribute ‘urlopen’
タイトルのエラーがでたときは、urllib.requestを代わりに使おう
import urllib.request req = urllib.request.urlopen("http://hoge/file/img.png")
画像処理や自然言語処理などのハマりどころをまとめます
タイトルのエラーがでたときは、urllib.requestを代わりに使おう
import urllib.request req = urllib.request.urlopen("http://hoge/file/img.png")
ディスカッション
コメント一覧
まだ、コメントがありません