DEV Community

kavyaLokuge
kavyaLokuge

Posted on

Getting an error when the command pip install chatterbot is given.

Hi ! I'm an IT student. I'm currently working on developing a chatbot using python. I'm having trouble installing the chatterbot library using the command ๐Ÿ‘‰ pip install chatterbot

I encounter the following error whenever I try to install chatterbot.

Error: Could not find a version that satisfies the requirement chatterbot (from versions : none)
Error : No matching distribution found for chatterbot

I tried the command ๐Ÿ‘‰ pip3 install Chatterbot , but still it generates the above error.

I'm using a windows 10, and I have python version 3.8(32-bit) installed.

Can someone please help me with this

#python #help

Top comments (0)