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 report]有依赖损坏 #309

Open
BeautyyuYanli opened this issue Jan 2, 2021 · 1 comment
Open

[Bug report]有依赖损坏 #309

BeautyyuYanli opened this issue Jan 2, 2021 · 1 comment

Comments

@BeautyyuYanli
Copy link

>>> import wechatsogou
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/beaut/.local/lib/python3.8/site-packages/wechatsogou/__init__.py", line 16, in <module>
    from wechatsogou.api import WechatSogouAPI
  File "/home/beaut/.local/lib/python3.8/site-packages/wechatsogou/api.py", line 16, in <module>
    from wechatsogou.identify_image import (identify_image_callback_by_hand, unlock_sogou_callback_example, unlock_weixin_callback_example, ws_cache)
  File "/home/beaut/.local/lib/python3.8/site-packages/wechatsogou/identify_image.py", line 10, in <module>
    from wechatsogou.filecache import WechatCache
  File "/home/beaut/.local/lib/python3.8/site-packages/wechatsogou/filecache.py", line 3, in <module>
    from werkzeug.contrib.cache import FileSystemCache
ModuleNotFoundError: No module named 'werkzeug.contrib'

werkzeug库可能已发生变化

@legend-zl
Copy link

你可以看这篇文章解决:https://blog.csdn.net/qq_26373925/article/details/108045684

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

2 participants