I'm trying to install Python-RocksDB package.
I tried using sudo pip3 install python-rocksdb sudo pip install python-rocksdb
However, I get this message Requirement already satisfied: python-rocksdb in /usr/local/lib/python3.6/dist-packages
I also tried cloning the github repository and installing it from source. Somehow that doesn't get installed either. Is there anything else to resolve this?