Open
Description
I was getting this error
logger.error('Could not fetch the list of available spaCy models from {}. ' 'Please check your internet connection.'.format(url))
I had to change the url on line 114 to this.
url = "https://api.github.com/repos/explosion/spacy-models/releases"
I basically just removed ?per_page=100
at the end and I was able to auto download the spacy model after that adjustment.
Metadata
Metadata
Assignees
Labels
No labels