Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If you met errors like this ,please see this issue #64

Open
lytofd opened this issue Dec 23, 2019 · 2 comments
Open

If you met errors like this ,please see this issue #64

lytofd opened this issue Dec 23, 2019 · 2 comments

Comments

@lytofd
Copy link

lytofd commented Dec 23, 2019

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.
@Congyuwang
Copy link

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.

It supports any python object.

https://github.com/Congyuwang/RocksDict

@phatham
Copy link

phatham commented Aug 13, 2022

Using the 4.9.fb branch of rocksdb solved the problem for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants