SlapBot / stephanie-va

Stephanie is an open-source platform built specifically for voice-controlled applications as well as to automate daily tasks imitating much of an virtual assistant's work.
https://slapbot.github.io/
MIT License
799 stars 127 forks source link

No module named 'pydispatch' #36

Closed MystRaven closed 6 years ago

MystRaven commented 6 years ago

used the command: pip3 install --user pydispatch

but got the error when running python3 Index.py:
ModuleNotFoundError: No module named 'pydispatch'

MystRaven commented 6 years ago

ok solved

used the command: pip3 install --user pydispatcher