Open CoffeeFueledCompiler opened 3 years ago
And the version 2.1.9 does not support latest version of wheel!
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!
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.
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