Problema ao instalar o chatterbot

Problema ao instalar o chatterbot

estou instalando o Chatterbot porque vou usá-lo em um projeto, mas quando tento instalar ocorre um erro:

pip install ./ChatterBot
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Processing ./ChatterBot
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-req-build-xd5wZH/setup.py", line 16, in <module>
        platform.python_version()
    Exception: You are tying to install ChatterBot on Python version 2.7.16.
    Please install ChatterBot in Python 3 instead.

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-xd5wZH/

Estou usando um rasPi com raspbian, este é o último apt que preciso instalar para fazer meu projeto.

Além disso, eu já fiz

pip install --upgrade setuptools

Responder1

python3.10 -m pip install chatterbot==1.0.4

Tente isso, funcionou para mim. Use a versão python que você possui.

informação relacionada