python3使用websocket-client库报错has no attribute 'enableTrace'
pip3 list结果
python3
websocket.enableTrace(True)报错
回答:
看样子你是装了两个不同的库一个是
websocket-client:
pypi主页
github主页
另一个是 websocket
pypi主页
估计两个导入的名称相同,
你把第二个卸载了应该就好了。
试试 pip3 uninstall websocket
回答:
顶一下楼上
两个库是冲突的,
你可以试一下pip3 uninstall wedsocket
以上是 python3使用websocket-client库报错has no attribute 'enableTrace' 的全部内容, 来源链接: utcz.com/p/937770.html