Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Spacy in my windows 7 32 #1741

Closed
git-kamesh opened this issue Dec 19, 2017 · 3 comments
Closed

Unable to install Spacy in my windows 7 32 #1741

git-kamesh opened this issue Dec 19, 2017 · 3 comments
Labels
install Installation issues windows Issues related to Windows

Comments

@git-kamesh
Copy link

I am trying to install Spacy for the past five days and i am tried now ... 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 ...

  • cymem-1.31.2-cp27-cp27m-win32.whl
  • spacy-2.0.5-cp27-cp27m-win32_2.whl
  • murmurhash-0.28.0-cp27-cp27m-win32.whl
  • numpy-1.13.3+mkl-cp27-cp27m-win32_2.whl
  • thinc-6.10.2-cp27-cp27m-win32.whl
  • preshed-1.0.0-cp27-cp27m-win32.whl
  • 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 ??

@ines
Copy link
Member

ines commented Dec 19, 2017

So sorry about that! (I can relate to the pain, though – we just got a Windows dev machine a while ago to build a bunch of wheels for different configurations and it ended up being very frustrating 😩)

One observation: The name of the file you're trying to install ends with -win32_2.whl, while the files from the download link all end in win32.whl. Could it be that you downloaded the file twice and it was renamed to xxx_2.whl?

The file name of the wheel matters and is used to determine whether it's a "supported wheel on this platform". What happens if you rename it and remove the _2? If the specified platform matches the output of distutils.util.get_platform(), the wheel should definitely be correct and installable.

@ines ines added install Installation issues windows Issues related to Windows labels Dec 19, 2017
@git-kamesh
Copy link
Author

It Works !! Thank You ines ....

@ines ines closed this as completed Dec 19, 2017
@lock
Copy link

lock bot commented May 8, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
install Installation issues windows Issues related to Windows
Projects
None yet
Development

No branches or pull requests

2 participants