seomoz / simhash-py

Simhash and near-duplicate detection
MIT License
406 stars 115 forks source link

simhash.find_all #43

Open skywindy opened 6 years ago

skywindy commented 6 years ago

I install this package on windows system with py-3.5 environment ,but I find the function " simhash.num_differing_bits" can be called ,but when I call the function "simhash.find_all" ,it has some errors,and not return result.

dlecocq commented 6 years ago

I don't have access to a Windows system, but I know there has been some other Windows discussion on the project (https://github.com/seomoz/simhash-py/issues/29, https://github.com/seomoz/simhash-py/pull/31)

Can you include the errors you're seeing?

Smile-shirley commented 4 years ago

I also encountered the same problem,how to solve?

sushilr007 commented 3 years ago

I am also facing the same issue. need some more descriptive example to implement.