gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14.11k stars 4.45k forks source link

chatterbot module not installing #2161

Open CoffeeFueledCompiler opened 3 years ago

CoffeeFueledCompiler commented 3 years ago

My pip installed everything but in last the spacy is not of the latest version it is installing the version 2.1.9 but the latest version is 3.0.0, please help me

CoffeeFueledCompiler commented 3 years ago

And the version 2.1.9 does not support latest version of wheel!

danielteberian commented 3 years ago

Hey, I was having the same issue, and I got it to install by using Python 2. I recommend creating a virtualenv, using Python 2, installing the requirements from the requirements.txt file, then installing ChatterBot via pip. Let me know how that goes!

danielteberian commented 3 years ago

UPDATE: Apparently this package was designed for Python 3. So, while you could get spacy installed on Python 2, ChatterBot would likely fail. Try creating a virtualenv with Python 3, and seeing if that fixes the issues you are having.