I have tried to install chatterbot with pip install chatterbot at:
-window7 64bit
-anaconda with spyder(Python 3.5)
Someone knows the problem?
Thanks

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.
Most helpful comment
I've also received reports about issues with
spyderandChatterBotin 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.