Chatterbot: Not able to install chatterbot at conda (python3.5)

Created on 21 Feb 2018  路  6Comments  路  Source: gunthercox/ChatterBot

I have tried to install chatterbot with pip install chatterbot at:

-window7 64bit
-anaconda with spyder(Python 3.5)

Someone knows the problem?

Thanks
chatbot

question

Most helpful comment

I've also received reports about issues with spyder and ChatterBot in the past. I'm not extremely versed in Conda but pull requests are welcome if you or anyone else knows of a solution.

For use with ChatterBot I highly recommend installing the normal Python installation instead www.python.org.

All 6 comments

It looks like the error is occurring in an anaconda email feedparser module. Are you sure this is an issue related to ChatterBot?

I am not sure but It should be a problema of ChatterBot with conda (python 3.5) .... someone has chatterbot with conda (python 3.5)?

I've also received reports about issues with spyder and ChatterBot in the past. I'm not extremely versed in Conda but pull requests are welcome if you or anyone else knows of a solution.

For use with ChatterBot I highly recommend installing the normal Python installation instead www.python.org.

Not sure if you guys have resolved the issue, however, I faced the same error and by upgrading my pip I was able to install chatterbot with no issues.

python -m pip install --upgrade pip
pip install chatterbot

Tried but failed yet again.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AmusingThrone picture AmusingThrone  路  3Comments

hochochoc picture hochochoc  路  3Comments

hemangsk picture hemangsk  路  4Comments

AfrahAsif picture AfrahAsif  路  3Comments

decode007 picture decode007  路  3Comments