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

pip install conflict #3

Open
NeuroLaunch opened this issue Sep 2, 2019 · 0 comments
Open

pip install conflict #3

NeuroLaunch opened this issue Sep 2, 2019 · 0 comments

Comments

@NeuroLaunch
Copy link

After pip installing based on the current requirements.txt file, I received an error when executing the import dash command in Python: No module named 'werkzeug.wrappers.json'. I had installed into a new conda environment. The error may be related to a known conflict with Flask 1.1.1.

I'm just starting the course, but I believe I resolved the issue by changing the line 'Werkzeug==0.14.1' to 'Werkzeug==0.15.1' in the requirements file. I'll be alert for related conflicts going forward.

stoufa added a commit to stoufa/Plotly-Dashboards-with-Dash that referenced this issue Apr 14, 2020
The previously mentioned version of Werkzeug yield the following error :
```
ModuleNotFoundError: No module named 'werkzeug.wrappers.json'; 'werkzeug.wrappers' is not a package
```
Changing it to 0.15.4 fixes the issue.
Source: https://stackoverflow.com/questions/56933523/apache-airflow-airflow-initdb-throws-modulenotfounderror-no-module-named-wer
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

1 participant