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

simhash.Corpus constructor hangs the program on Windows 8 #12

Closed
amironoff opened this issue Jan 9, 2015 · 1 comment
Closed

simhash.Corpus constructor hangs the program on Windows 8 #12

amironoff opened this issue Jan 9, 2015 · 1 comment

Comments

@amironoff
Copy link

Hi,

I have managed to install simhash-py on Windows 8. However, as in #2 and #3, running simhash.Corpus(6,3) hangs the program. Here's the environment description:

  1. OS: Windows 8 Enterprise, x64,
  2. Python: 2.7.8, x64,
  3. Cython: 0.21.2;
  4. Judy - compiled with VS 12.0 C++ compiler targetting amd64. Then copied manually to Python directory;

As a side note, I had to edit Jenkins.h - removed importing "sys/param.h", then simplified determining big vs small endianness (Windows is little endian in all of my environments):

 # define HASH_LITTLE_ENDIAN 1
 # define HASH_BIG_ENDIAN 0
@b4hand
Copy link
Contributor

b4hand commented Jun 22, 2015

We have no plans of supporting simhash-py on Windows. If you can make a PR to make it work, and it doesn't break anything else, then we'll accept the PR.

@b4hand b4hand closed this as completed Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants