Search code examples
pythonpython-3.xpipchatterbot

pip doesn't install chatterbot libary


When I try installing chatterbot, I get this error

Here is the link to the error: https://gist.github.com/SusgUY446/c2c2ae5a1c07aacb0191c35e34d0d0aa


Solution

  • Unfortunately chatterbot only supports Python 3.8 and lower.

    https://pypi.org/project/ChatterBot/

    enter image description here

    You need to downgrade your Python to 3.8 to use Chatterbot.