No module named input
juanpestana96 opened this issue · 2 comments
juanpestana96 commented
Hi gunther, when I'm trying to run the example.py file, I'm getting this error:
InputError: No module named input
But this is happening only when I use the VoiceInput and VoiceOutput in the input and output adapters, if I use any example of Chatterbot it runs fine so I'm not really sure what is happening.
Thanks.
Edit: I'm running this in a Raspberry Pi 3, it possible this issue is because it hasn't a micro plugged?
gibbsie commented
Same issue running the published example on Mac OS X 10.12.2 with chatterbot-voice-0.1.1, ChatterBot-0.4.13, SpeechRecognition-3.6.0:
Traceback (most recent call last):
File "example.py", line 7, in <module>
input_adapter="chatterbot_voice.VoiceInput",
...
ImportError: No module named input
And, if I comment out line 7:
Traceback (most recent call last):
File "example.py", line 8, in <module>
output_adapter="chatterbot_voice.VoiceOutput",
...
ImportError: No module named input
Thanks in advance!
gunthercox commented