Chatterbot installation error

Asked

Viewed 1,968 times

0

I’m trying to install the chatterbot but am 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 might be or how to solve it. inserir a descrição da imagem aqui

1 answer

2

Apparently, your setuptools are outdated.

The code below should solve the problem.

pip install --upgrade setuptools
  • When I tried, it gave this: Requirement already up-to-date: setuptools in c: users mariana lib site-Packages (40.9.0)

  • Try to use: python setup.py build python setup.py install I got this reference here and apparently it worked.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.