Python报错:ImportError: cannot import name 'ConnectionRefusedError'
时间:2019-07-12 19:40:13
收藏:0
阅读:239
启动了一个flask server,结果报了标题中的错误。
ImportError: cannot import name ‘ConnectionRefusedError‘
解决:
pip install -U python-socketio
原文:https://www.cnblogs.com/bigtreei/p/11177891.html
评论(0)