Skip to content

Possible bug with downloading spacy model #174

Open
@galavera

Description

@galavera

url = "https://api.github.com/repos/explosion/spacy-models/releases?per_page=100"

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions