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

python3.8 安装完包执行报错 #327

Open
science09 opened this issue Oct 17, 2022 · 2 comments
Open

python3.8 安装完包执行报错 #327

science09 opened this issue Oct 17, 2022 · 2 comments

Comments

@science09
Copy link

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'

@Pandolar
Copy link

不支持3.8吧 3.6 3.7 应该可以

@GodL9211
Copy link

GodL9211 commented May 5, 2023

我也是3.8报这个错

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

3 participants