Chatterbot installation error [closed]

closed. this question is out of scope and is not currently accepting answers.

want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 1 year ago .

improve this question

I'm trying to install chatterbot but I'm getting the following error:

Command "python setup.py egg_info" failed with error code 1 in C:\Users\Mariana\AppData\Local\Temp\pip-install-r5apde_f\blis\

My setuptools is up to date, so I have no idea what the problem may be or how to solve it. insert the description of the image here

Author: Mariana Bayonetta, 2019-04-04

1 answers

Apparently, your setuptools is outdated.

The code below should solve the problem.

pip install --upgrade setuptools
 2
Author: Guilherme Carvalho Lithg, 2019-04-04 20:26:09