Open Amira-Ali opened 4 years ago
Hello, I've created a pull request on Chatterbot-Corpus project, but then Travis CI build has failed and The job log says: ERROR: Failure: ModuleNotFoundError (No module named 'spacy')
My pull request ==> https://github.com/gunthercox/chatterbot-corpus/pull/205
Failed Travis Build ==> https://travis-ci.org/github/gunthercox/chatterbot-corpus/builds/740684001
I'd like to know if there is anything I can do to fix this?
Thank you in advance.
salam open your commande propt and python -m spacy download en_core_web_sm if donesnt work do this
python -m spacy download en_core_web_sm
conda install -c conda-forge spacy
enjoy
Hello, I've created a pull request on Chatterbot-Corpus project, but then Travis CI build has failed and The job log says: ERROR: Failure: ModuleNotFoundError (No module named 'spacy')
My pull request ==> https://github.com/gunthercox/chatterbot-corpus/pull/205
Failed Travis Build ==> https://travis-ci.org/github/gunthercox/chatterbot-corpus/builds/740684001
I'd like to know if there is anything I can do to fix this?
Thank you in advance.