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

Python bindings for RocksDB

Results 55 python-rocksdb issues
Sort by recently updated
recently updated
newest added

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 ``` pip install git+git://github.com/twmht/python-rocksdb.git#egg=python-rocksdb ``` It is constantly giving error. ```...

Hi. I tried to download rocksdb via pip and its fails. I have: Windows 10 Python 3.6.7 C:\Windows\System32>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...

My Dockerfile contains these. ``` FROM python:3.10-alpine WORKDIR /app ## Install gcc and other dependencies, needed for image manipulations RUN apk add --no-cache gcc g++ musl-dev libffi-dev openssl-dev make openblas-dev...

Building python-rocksdb fails on recent version of MacOS. The final error you get is when linking with libstdc++: ``` clang: warning: libstdc++ is deprecated; move to libc++ with a minimum...

Our installations in local dev and CI started failing recently, I believe with the release of Cython 3.0.0 a couple of weeks ago: https://pypi.org/project/Cython/#history -- the symptom is a very...

when i use command "python setup.py bdist_wheel",it gives a message that remaind me to download "Microsoft C++ Build Tools",but when i installed visual studio 2022,it also occurs error,hwo to fix...

To optimize for initial large bulk loads, this Rocksdb blog post recommends creating the SST files externally (eg from a big-data pipeline like Spark/MapReduce), and importing them into your DB:...

I was wondering whether such support will be provided?