AttributeError: module ‘websocket‘ has no attribute ‘enableTrace‘

问题复现

[2021-02-04 16:24:50,480] ERROR in views: 语音合成接口失败:module 'websocket' has no attribute 'enableTrace'
Traceback (most recent call last):
  File "D:\app\main\views.py", line 84, in tts
    tts_voice_path = tts_ws.tts(text, vcn, str(group_uuid), to_is_minority)
  File "D:\app\main\api\tts_ws.py", line 186, in tts
    websocket.enableTrace(False)
AttributeError: module 'websocket' has no attribute 'enableTrace'

问题分析

这种情况一般是由于websocket的依赖包没有安装或者安装的版本不对。
通过pip list 查看到websocket库已经安装了,但是还出现这种问题,
在这里插入图片描述

那是啥原因呢?这是由于websocket.enableTrace(False)方法是在websocket-client库中。

解决版本

所以,我们需要安装websocket-client库,安装的命令如下:

pip install websocket-client==0.57.0

这里为啥要指定websocket-client的版本呢?因为,websocket-client的0.56.0版本在linux下还是有问题,指定0.57.0版本之后,在windows环境以及Linux环境下都没有问题。
在这里插入图片描述
安装好之后就没问题了。

评论 11
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

码农飞哥

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值