pyrocksdb
pyrocksdb copied to clipboard
Python bindings for RocksDB
Windows : 10 ``` H:\>pip install python-rocksdb Collecting python-rocksdb Using cached https://files.pythonhosted.org/packages/94/81/9a8e498a26ec34da9e1ae87e831468aedb4a6ba42aa9ea779b97896cfea7/python-rocksdb-0.7.0.tar.gz Requirement already satisfied: setuptools>=25 in c:\users\koradg\appdata\local\programs\python\python36\lib\site-packages (from python-rocksdb) (41.0.1) Building wheels for collected packages: python-rocksdb Building wheel for...
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...
Is there some MacOs Install instructions ?
``` sudo /usr/bin/python3.6 -m pip install --force-reinstall --ignore-installed --no-binary --no-cache-dir git+git://github.com/stephan-hof/pyrocksdb.git The directory '/home/testnet/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been...
fixed typo in command, line 27
I can not install pyrockdb. This is the log. Please, some help. ubuntu@machine:/pyrocks_test$ sudo -H pip install pyrocksdb Collecting pyrocksdb Downloading pyrocksdb-0.4.tar.gz (139kB) 100% |████████████████████████████████| 143kB 3.6MB/s Requirement already satisfied:...
python Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import rocksdb Traceback (most recent call last):...

do pyrocksdb support for rocksdb 4.x ?
… Have not made an effort to add in new options. This is just to get things compiling.