-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
模块导入错误 ModuleNotFoundError: No module named 'werkzeug.contrib' #298
Comments
fanhoodrex
changed the title
ModuleNotFoundError: No module named 'werkzeug.contrib'
模块导入错误 ModuleNotFoundError: No module named 'werkzeug.contrib'
Mar 30, 2020
看项目栏中的requirements.txt的依赖包,然后一个一个自己装,装完后pip install wechatsogou即可。 |
pip install -r requirements.txt时出错: |
安装这个即可解决: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
按照文档执行
import wechatsogou
后,命令行出现以下的错误是我安装的方式不对还是我的本地的缺了什么文件或者第三方库吗?这个werkzeug.contrib又是什么呢?
The text was updated successfully, but these errors were encountered: