Skip to content
Discussion options

You must be logged in to vote

The use of symlinks has been deprecated for some time - instead of writing something like spacy.load("en") we advise to be specific about the model you want to use - e.g. spacy.load("en_core_web_sm")

From your original post, I get the impression that you're using an external library though. If you can't change the spacy.load() statement yourself, you'll have to find a way to ensure the linking works on your system. I assume you're working on Windows? The reference to "admin permissions" means that the system prevented proper execution of the linking. To remedy, you should start your console that you're using to execute spacy download with admin priviledges.

You can find more information a…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@svlandeg
Comment options

@svlandeg
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

This discussion was converted from issue #7714 on April 09, 2021 09:37.