Skip to content

Unable to run chatterbot which depends on spaCy in heroku #7367

Discussion options

You must be logged in to vote

It looks like the code is calling spacy.load("en"). Even when you have en_core_web_md installed, you'll still need to make the symlink that defines that en refers to en_core_web_md.

Or better yet, update the original code to refer specifically to en_core_web_md, as there are several different English models...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues third-party Third-party packages and services
2 participants
Converted from issue

This discussion was converted from issue #6682 on March 09, 2021 13:25.