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
>>> 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库可能已发生变化
The text was updated successfully, but these errors were encountered:
werkzeug
库可能已发生变化The text was updated successfully, but these errors were encountered: