Chatterbot: Not able to install chatterbot-corpus library using pip command.

Created on 10 Jun 2019  路  6Comments  路  Source: gunthercox/ChatterBot

Most helpful comment

I think @saxa2393 is right, just be sure to type pip3 install chatterbot-corpus because according your screenshot you are typing coprus

All 6 comments

you could try

pip install git+git://github.com/gunthercox/chatterbot-corpus@master#egg=chatterbot_corpus

@vkosuri I have tried this but it did not work for me.

Screenshot_86
Screenshot_87

so how to resolve it

check if you are installing it right. Use pip3 install chatterbot-corpus if you are using python 3
pip3 is pre-installed with python3 if I remember correctly
Check if you installed chatterbot on python3 and chatterbot-corpus on python2

I think @saxa2393 is right, just be sure to type pip3 install chatterbot-corpus because according your screenshot you are typing coprus

Thanks, @Cerpint4xt @saxa2393 @vkosuri
It's worked for me

Was this page helpful?
0 / 5 - 0 ratings