jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

Jasper on Raspian #447

Open Palahace opened 8 years ago

Palahace commented 8 years ago

No handlers could be found for logger "client.vocabcompiler" Traceback (most recent call last): File "jasper.py", line 13, in from client.conversation import Conversation File "/root/jasper/client/conversation.py", line 3, in from notifier import Notifier File "/root/jasper/client/notifier.py", line 5, in from apscheduler.schedulers.background import BackgroundScheduler File "/usr/local/lib/python2.7/dist-packages/apscheduler/schedulers/background.py", line 4, in from apscheduler.schedulers.base import BaseScheduler File "/usr/local/lib/python2.7/dist-packages/apscheduler/schedulers/base.py", line 17, in from apscheduler.jobstores.memory import MemoryJobStore File "/usr/local/lib/python2.7/dist-packages/apscheduler/jobstores/memory.py", line 4, in from apscheduler.util import datetime_to_utc_timestamp File "/usr/local/lib/python2.7/dist-packages/apscheduler/util.py", line 278, in if six.PY2: AttributeError: 'module' object has no attribute 'PY2'

Whats all this mean??

brad999 commented 8 years ago

Try installing six: pip install six

Or upgrading: pip install --upgrade six