python-rocksdb icon indicating copy to clipboard operation
python-rocksdb copied to clipboard

Update for compatability with rocksdb Releae v7.1.2

Open dcs3spp opened this issue 2 years ago • 1 comments

Hi,

I have compiled and installed rocksdb 7.1.2 from source on macOS Monterey (Intel) 12.3.1.

When running pip install python-rocksdb the installer exits with an following error message:

'rocksdb/utilities/backupable_db.h' file not found

This is because backupable feature has been deprecated from rocksdb. Can python-rocksdb be updated to be compatible with new rocksdb libraries?

dcs3spp avatar May 01 '22 21:05 dcs3spp

This fork does what you're asking: https://github.com/HathorNetwork/python-rocksdb

4oo4 avatar Jul 29 '22 18:07 4oo4