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
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask 2.0.0 requires Werkzeug>=2.0, but you have werkzeug 0.16.0 which is incompatible.
The text was updated successfully, but these errors were encountered:
使用 Python3.6.8版本
修改了wsgidav版本
修改了werkzeug版本
也改过
'http_authenticator': {
'HTTPAuthenticator':NeedAuthController(app),
},
启动pyspider依然报这个错,麻烦帮我看看是什么问题呢?
还有就是,使用python -m pip install werkzeug==0.16.0 安装werkzeug时报错
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask 2.0.0 requires Werkzeug>=2.0, but you have werkzeug 0.16.0 which is incompatible.
The text was updated successfully, but these errors were encountered: