Kamesh S
Kamesh S

Reputation: 151

Installing Python Nlp library Spacy in windows

I am very much impressed with the spacy documentation but i am struggling to install it in my windows 7 32 bit os ... I have tried installing it from anaconda and pip ...

Also tried to install a wheel package of it from https://www.lfd.uci.edu/~gohlke/pythonlibs/ .... while installing the wheel file also i got unsupported message ...

Error which I got

spacy-2.0.5-cp27-cp27m-win32_2.whl is not a supported wheel on this platform.

Am trying for an working wheel for spacy is there any source or anyone could provide ??

Upvotes: 0

Views: 1066

Answers (1)

Kamesh S
Kamesh S

Reputation: 151

Ya Found !! The error occured because spacy-2.0.5-cp27-cp27m-win32_2.whl file was renamed (since redownloaded so browser renamed it)

After changing it to spacy-2.0.5-cp27-cp27m-win32.whl it works ... Pip uses file name for platform verification ...

Thanks for ines , https://github.com/explosion/spaCy/issues/1741

Upvotes: 0

Related Questions