Estoy instalando Chatterbot porque lo usaré en un proyecto, pero cuando intento instalarlo aparece un error:
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/
Estoy usando rasPi con raspbian, este es el último apto que necesito instalar para realizar mi proyecto.
Además ya lo hice
pip install --upgrade setuptools
Respuesta1
python3.10 -m pip install chatterbot==1.0.4
Prueba esto, funcionó para mí. Utilice la versión de Python que tenga.