kayzhu / LSHash

A fast Python implementation of locality sensitive hashing.
MIT License
660 stars 158 forks source link

Fix packaging #20

Closed samzhang111 closed 7 years ago

samzhang111 commented 7 years ago

I was getting the same error as #11 . Changing the imports to be relative within the package fixed the issue for me. Not sure if I'm missing the correct way of installing this, but here is a PR for reference.

samzhang111 commented 7 years ago

Closing because I just saw https://github.com/kayzhu/LSHash/pull/18

chendhui commented 6 years ago

Thank you! It solved my problem.