0
Apparently, your setuptools are outdated.
The code below should solve the problem.
pip install --upgrade setuptools
0
2
Apparently, your setuptools are outdated.
The code below should solve the problem.
pip install --upgrade setuptools
Browser other questions tagged python cmd installation pip chatterbot
You are not signed in. Login or sign up in order to post.
When I tried, it gave this: Requirement already up-to-date: setuptools in c: users mariana lib site-Packages (40.9.0)
– Mariana Bayonetta
Try to use:
python setup.py build
python setup.py install
I got this reference here and apparently it worked.– Guilherme Carvalho Lithg