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

werkzeug.contrib module not found #102

Open
hemangjoshi37a opened this issue Jan 7, 2023 · 7 comments
Open

werkzeug.contrib module not found #102

hemangjoshi37a opened this issue Jan 7, 2023 · 7 comments

Comments

@hemangjoshi37a
Copy link

hemangjoshi37a commented Jan 7, 2023

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

@nicl-nno
Copy link
Contributor

nicl-nno commented Jan 8, 2023

Hi!

Requirement already satisfied: werkzeug

Pls check that you are using werkzeug 0.16.1.

@hemangjoshi37a
Copy link
Author

Hi!

Requirement already satisfied: werkzeug
Pls check that you are using werkzeug 0.16.1.

Hello there. Can you resolve my issue?

@nicl-nno
Copy link
Contributor

nicl-nno commented Jan 9, 2023

Hello. Which version of werkzeug are you using?

@hemangjoshi37a
Copy link
Author

I dont know . How to check that ?

@hemangjoshi37a
Copy link
Author

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.

@nicl-nno
Copy link
Contributor

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.

@hemangjoshi37a
Copy link
Author

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.

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

2 participants