AttributeError: module 'socketio' has no attribute 'Client' の対処方法
Published: 2019/11/20
AttributeError: module 'socketio' has no attribute 'Client'
が発生した。
自分の場合は、 socketio
を pip でインストールしていたのが原因だった。
正しくは、
pip install python-socketio
Published: 2019/11/20
AttributeError: module 'socketio' has no attribute 'Client'
が発生した。
自分の場合は、 socketio
を pip でインストールしていたのが原因だった。
正しくは、
pip install python-socketio
エンジニアです。 仕事では Xincere Residence を作っています。 このサイトは個人のブログであり、所属団体の意見等とは関係がありません。