Chatterbot: chatterbot installation problem on raspberry pi

Created on 10 Mar 2020  路  5Comments  路  Source: gunthercox/ChatterBot

while using sudo pip install chatterbot command it is giving an error as python versio. >2.7 is needed
but my pi is installed with python 3.x version . so kindly provide me solution to my issue.

answered

Most helpful comment

Hello,
Try installing using the following command:
sudo pip3 install Chatterbot==1.0.2

All 5 comments

Try using pip3 instead of pip

Hi
I have the same problem even using sudo pip3.
Any clue ?
Thanks

Hello,
Try installing using the following command:
sudo pip3 install Chatterbot==1.0.2

thanks, it works

You can also change your default python installation to 3 instead of having to use pip3 every time - https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux

Was this page helpful?
0 / 5 - 0 ratings