Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: 使用padlocal作为puppet,官方文档的容器无法启动 #437

Open
fdslk opened this issue Feb 7, 2025 · 0 comments
Open

Comments

@fdslk
Copy link

fdslk commented Feb 7, 2025

Environment

- 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)

Minimum reproducible code

官网代码
https://wechaty.readthedocs.io/zh-cn/latest/introduction/use-padlocal-protocol/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant