Skip to content
Discussion options

You must be logged in to vote

You can run:

spacy.cli.download("en_core_web_sm")

or:

!python -m spacy download en_core_web_sm

Because of how newly installed packages are detected, you'll probably need to start the runtime in the notebook to be able to load it with spacy.load.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sugizo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants