Skip to content
Discussion options

You must be logged in to vote

Solved my own problem (:). When I first installed this model, I did
python3 -m spacy download en_core_web_sm
which installed it locally, for me. I should have prefaced it with sudo, then it would have installed into the right place.

I figured this out by looking back through my history to see the full cmd I used to load it. I spent awhile longer trying to figure out how I would have known without looking at my history. Unlike a library module, the string repr of the model is not particularly helpful:
<spacy.lang.en.English object at 0x7fa9d007ad68>
In particular, it doesn't say where it loaded from (unlike modules, which show the path they loaded from). It took me awhile, but eventually:
f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@polm
Comment options

Answer selected by mcswell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants