ChatterBot icon indicating copy to clipboard operation
ChatterBot copied to clipboard

Error while installing

Open RishabhGoswami13 opened this issue 3 years ago • 3 comments

I am installing chatterbot and getting spacy error while installing and now time attribute error if I am getting this error on pycharm as well as on visual studio code I am using python 3.8 and everything is updated but can't find the problem so please help

RishabhGoswami13 avatar May 04 '21 19:05 RishabhGoswami13

This is also the case with me. After installing chatterbot and spacy, run from chatterbot import chatterbot

return

ModuleNotFoundError: No module named 'chatterbot'

My PIP list: it has chatterbot module

so please help, appreciate

hua7448 avatar May 11 '21 02:05 hua7448

I am installing chatterbot and getting spacy error while installing and now time attribute error if I am getting this error on pycharm as well as on visual studio code I am using python 3.8 and everything is updated but can't find the problem so please help

I found the problem, my name of CONDA virtual environment is chatterbot, so there is a problem here, because I can import it successfully by changing a virtual environment name, so when creating a new virtual environment, don't use chatterbot!!!!

hua7448 avatar May 11 '21 03:05 hua7448

Please see: https://github.com/gunthercox/ChatterBot/pull/1963

ghost avatar Jun 16 '21 01:06 ghost