s4chin / Natasha

A Python command-line clone of Hike's Natasha bot
MIT License
8 stars 4 forks source link

ERROR #2

Closed venkateshbala14031996 closed 7 years ago

venkateshbala14031996 commented 7 years ago

Traceback (most recent call last): File "Natasha.py", line 5, in import cleverbot ImportError: No module named cleverbot

s4chin commented 7 years ago

Did you install cleverbot? Use this command - pip install cleverbot

venkateshbala14031996 commented 7 years ago

Traceback (most recent call last): File "Natasha.py", line 7, in import wikipedia ImportError: No module named wikipedia

s4chin commented 7 years ago

Similarly install wikipedia pip install wikipedia