FEDOT.Web
FEDOT.Web copied to clipboard
`werkzeug.contrib` module not found
While running python main.py it gives me following error.
Traceback (most recent call last):
File "main.py", line 5, in <module>
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
Hi!
Requirement already satisfied: werkzeug
Pls check that you are using werkzeug 0.16.1.
Hi!
Requirement already satisfied: werkzeug Pls check that you are using werkzeug 0.16.1.
Hello there. Can you resolve my issue?
Hello. Which version of werkzeug are you using?
I dont know . How to check that ?
I hope the fedot team more focuses on adding more and more types of new architectures. becuase I am really passionate about this project. I really want this project to get sucesseed. Also the whole logic of this project makes so much sense I dont know why more and more online communiteies are not picking this up.
I dont know . How to check that ?
I think it can help: https://stackoverflow.com/questions/10214827/find-which-version-of-package-is-installed-with-pip
I am really passionate about this project
Thank you! Now, we are working on extension of FEDOT for other tasks named https://github.com/aimclub/Fedot.Industrial. It is still in early stage of development, and we plan to add new architectures and models to it.
you are unncecesarily taking other directions . you should only focus on FEDOT library and add new machine learning nodes to it . And make good documentation about this project. This project lacks most in the part is the documentation. In very initial phase I wanted to try the main fedot library but till date I dont know how to implement it, although the youtube intro video is very good but the developer documentation is lacking so much. I think you should focus more on that.