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
Traceback (most recent call last):
File "/Users/user/PycharmProjects/py_auto/test.py", line 5, in
import wechatsogou
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/init.py", line 16, in
from wechatsogou.api import WechatSogouAPI
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/api.py", line 16, in
from wechatsogou.identify_image import (identify_image_callback_by_hand, unlock_sogou_callback_example, unlock_weixin_callback_example, ws_cache)
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/identify_image.py", line 10, in
from wechatsogou.filecache import WechatCache
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/filecache.py", line 3, in
from werkzeug.contrib.cache import FileSystemCache
ModuleNotFoundError: No module named 'werkzeug.contrib'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/user/PycharmProjects/py_auto/test.py", line 5, in
import wechatsogou
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/init.py", line 16, in
from wechatsogou.api import WechatSogouAPI
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/api.py", line 16, in
from wechatsogou.identify_image import (identify_image_callback_by_hand, unlock_sogou_callback_example, unlock_weixin_callback_example, ws_cache)
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/identify_image.py", line 10, in
from wechatsogou.filecache import WechatCache
File "/Users/user/PycharmProjects/py_auto/venv/lib/python3.8/site-packages/wechatsogou/filecache.py", line 3, in
from werkzeug.contrib.cache import FileSystemCache
ModuleNotFoundError: No module named 'werkzeug.contrib'
The text was updated successfully, but these errors were encountered: