martin-riedl / CALexa

CALexa is an Amazon Alexa Skill which allows accessing CalDAV Calendars. It makes use of the Flask-Ask Python micro-framework developed by John Wheeler.
Apache License 2.0
34 stars 10 forks source link

ImportError: No module named werkzeug.exceptions #1

Open binford6000 opened 7 years ago

binford6000 commented 7 years ago

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