You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
l have tried compiling rocksdb and installing pyrocksdb whole day, but error like this
command 'x86_64-linux-gnu-gcc' failed with exit status 1
cannot be resolved, finally, l resolve it with compiling master branch of rocksdb and install python-rocksdb .
It seems that pyrocksdb hasn't been updated for a long time, please swith to python-rocksdb.
The text was updated successfully, but these errors were encountered:
I have myself implemented a rather nice little on-disk dictionary called rocksdict based on RocksDB. It has pre-built wheels. So just pip install rocksdict.
The text was updated successfully, but these errors were encountered: