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

ImportError: No module named werkzeug.exceptions #1

Open
binford6000 opened this issue Aug 24, 2017 · 0 comments
Open

ImportError: No module named werkzeug.exceptions #1

binford6000 opened this issue Aug 24, 2017 · 0 comments

Comments

@binford6000
Copy link

binford6000 commented Aug 24, 2017

I'm trying to install calexa. When starting calexa.py the following error appears:

sudo python /opt/calexa/src/calexa.py
Traceback (most recent call last):
File "/opt/calexa/src/calexa.py", line 13, in
from flask import Flask
File "/usr/local/lib/python2.7/dist-packages/flask/init.py", line 17, in
from werkzeug.exceptions import abort
ImportError: No module named werkzeug.exceptions

flask-aks is allready installed:
sudo pip install flask-ask
Requirement already satisfied (use --upgrade to upgrade): flask-ask in /usr/local/lib/python2.7/dist-packages
Cleaning up...

Any ideas?
Sebastian

Solved it. All dependencies installed as errors thrown by the script. Just straight forward
"sudo pip install xyz..."
Greetings, Sebastian

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