Probleme beim Installieren von Chatterbot

Probleme beim Installieren von Chatterbot

Ich installiere Chatterbot, weil ich es für ein Projekt verwenden möchte. Beim Installationsversuch tritt jedoch ein Fehler auf:

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/

Ich verwende einen RasPi mit Raspbian, dies ist das letzte Apt, das ich für mein Projekt installieren muss.

Außerdem habe ich bereits

pip install --upgrade setuptools

Antwort1

python3.10 -m pip install chatterbot==1.0.4

Versuchen Sie dies, bei mir hat es funktioniert. Verwenden Sie die Python-Version, die Sie haben.

verwandte Informationen