aimclub / aimclub/FEDOT.Web

`werkzeug.contrib` module not found

オープン
#102 コメント 7 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
40
フォーク
7
PR マージ指標
30日以内にマージされた PR はありません

説明

While running `python main.py` it gives me following error.
```
Traceback (most recent call last):
File "main.py", line 5, in
from werkzeug.contrib.fixers import ProxyFix
ModuleNotFoundError: No module named 'werkzeug.contrib'
```

I tried to install the `werkzeug.contrib` library but it gievs me following output. command `pip install werkzeug.contrib`
```
ERROR: Could not find a version that satisfies the requirement werkzeug.contrib (from versions: none)
ERROR: No matching distribution found for werkzeug.contrib

```

command `pip install werkzeug` gives me this output
```
Requirement already satisfied: werkzeug in /home/hemang/anaconda3/lib/python3.8/site-packages (2.0.2)
```

Please help me resolve this issue.

I am using `python 3.8.8`

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。