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

Error while launching jasper.py #707

Open
krithi96sk opened this issue Jan 3, 2019 · 1 comment
Open

Error while launching jasper.py #707

krithi96sk opened this issue Jan 3, 2019 · 1 comment

Comments

@krithi96sk
Copy link

I get the following errors when I try to open Jasper

pi@raspberrypi:~$ cd ~/jasper/
pi@raspberrypi:~/jasper$ ./jasper.py
No handlers could be found for logger "client.vocabcompiler"
Traceback (most recent call last):
  File "./jasper.py", line 16, in <module>
    from client.conversation import Conversation
  File "/home/pi/jasper/client/conversation.py", line 3, in <module>
    from notifier import Notifier
  File "/home/pi/jasper/client/notifier.py", line 4, in <module>
    from modules import Gmail
  File "/home/pi/jasper/client/modules/Gmail.py", line 5, in <module>
    from dateutil import parser
ImportError: No module named dateutil

My pip version is 9.0.3 and I'm using wit.ai with espeak.
Please advice.

@G10DRAS
Copy link

G10DRAS commented Jan 5, 2019

install python-dateutil

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