在使用 pyppeteer.connection.websockets.client.connect时候报的错误
有人遇到解决的吗?
AttributeError: module 'websockets' has no attribute 'client'
pyppeteer报错
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
CSDN专家-黄老师 2021-07-07 23:06关注module 'websockets' has no attribute 'client'是websockets没有client这个对象,你检测一下代码,或者看看websockets的源码是怎样定义的
解决 无用评论 打赏 举报