Open PsychoPunkSage opened 1 year ago
Same! Tried the pybind11 version as well
Try working with rocksdb-py 0.0.5 .it a library for Python bindings for RocksDB written in Rust. Use the documentation in PyPI. https://pypi.org/project/rocksdb-py/ @PsychoPunkSage
This pkg is dead.
I faced this problem trying deploy Indy BC network on Ubuntu 20.04. For me helped:
pip uninstall Cython && pip install Cython==0.29.37
and then
pip install python-rocksdb
I am trying to download python-rocksdb for unable to do so. I'm following: https://python-rocksdb.readthedocs.io/en/latest/installation.html for installation... I'm stuck with
It is constantly giving error.
I also tried
but again it gives error
please provide solution