kayzhu / LSHash

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

ImportError: cannot import name 'LSHash' #30

Open kr35 opened 4 years ago

kr35 commented 4 years ago

pip installed lshash and attempted to import LSHash however I get the above error.

versions: python - 3.6.7 numpy - 1.15.4

I am operating within a conda environment.

devyumao commented 4 years ago

from lshash.lshash import LSHash