Model symlinks not working on Windows (Python 2.7) #909
Labels
bug
Bugs and behaviour differing from documentation
help wanted (easy)
Contributions welcome! (also suited for spaCy beginners)
windows
Issues related to Windows
It's not exactly spaCy's fault. It looks like it's a pathlib problem creating symlinks on Windows.
Anyway, on a fairly fresh Win2k8 (an Amazon workspaces desktop, in fact) pip install spacy works as long as the compiler is in place.
python -m spacy download en
fails with the following error message:I've written up a solution over here: http://stackoverflow.com/questions/42914239/spacy-english-model-install-is-failing
I think what's going wrong is that pathlib's symlink function doesn't work correctly on Windows.
Your Environment
The text was updated successfully, but these errors were encountered: