gunthercox / chatterbot-corpus

A multilingual dialog corpus
http://chatterbot-corpus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.36k stars 1.15k forks source link

Travis Build Failed..No module named 'spacy' #206

Open Amira-Ali opened 3 years ago

Amira-Ali commented 3 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.

shafiq-dev commented 3 years ago

salam open your commande propt and python -m spacy download en_core_web_sm if donesnt work do this

  1. install anaconda from there official site
  2. after that run this code in your commande prompt : conda install -c conda-forge spacy

enjoy