You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- wechaty:
- wechaty-puppet:
- wechaty-puppet-service:
- wechaty-plugin-contrib:
- token type: padlocal
- the version of wechaty docker container: [0.65]
Description
启动直接报错
Traceback (most recent call last):
File "examples/ding-dong-bot.py", line 21, in <module>
from wechaty import (
File "/Users/zengqiangfang/opt/anaconda3/lib/python3.8/site-packages/wechaty/__init__.py", line 54, in <module>
from .wechaty import (
File "/Users/zengqiangfang/opt/anaconda3/lib/python3.8/site-packages/wechaty/wechaty.py", line 44, in <module>
from pyee import AsyncIOEventEmitter
ImportError: cannot import name 'AsyncIOEventEmitter' from 'pyee' (/Users/zengqiangfang/opt/anaconda3/lib/python3.8/site-packages/pyee/__init__.py)Traceback (most recent call last):
File "examples/ding-dong-bot.py", line 21, in <module>
from wechaty import (
File "/Users/zengqiangfang/opt/anaconda3/lib/python3.8/site-packages/wechaty/__init__.py", line 54, in <module>
from .wechaty import (
File "/Users/zengqiangfang/opt/anaconda3/lib/python3.8/site-packages/wechaty/wechaty.py", line 44, in <module>
from pyee import AsyncIOEventEmitter
ImportError: cannot import name 'AsyncIOEventEmitter' from 'pyee' (/Users/zengqiangfang/opt/anaconda3/lib/python3.8/site-packages/pyee/__init__.py)
Environment
Description
Minimum reproducible code
官网代码
https://wechaty.readthedocs.io/zh-cn/latest/introduction/use-padlocal-protocol/
The text was updated successfully, but these errors were encountered: