pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
763 stars 151 forks source link

cpickle required on py3 - crash redis storage #52

Closed sagi-schein closed 8 years ago

sagi-schein commented 8 years ago

fix to - storage_redis.py line 34

------ ----------------------

try: import cPickle except: import pickle

adityapatadia commented 8 years ago

@pixelogik I think we already have this in place in master branch. Can we consider releasing new version? Last version released was in June 2015.