AttributeError: 'module' object has no attribute 'BufferedIOBase'
Pythonで開発中に掲題のエラー「AttributeError: 'module' object has no attribute 'BufferedIOBase'」。
原因は・・・。
「io」という名前でパッケージを作成したこと
最初は関係無さそうということで読みとばしていたが、実は「How to solve AttributeError when importing igraph?」に似たようなことが書かれていた。。。