plyvel icon indicating copy to clipboard operation
plyvel copied to clipboard

Plyvel, a fast and feature-rich Python interface to LevelDB

Results 22 plyvel issues
Sort by recently updated
recently updated
newest added

Here is a list of `plyvel` binary wheels for windows, linux, osx. And it's built on **leveldb 1.23** and **snappy 1.1.9**. The download link is below: - [plyvel-ci from PyPI](https://pypi.org/project/plyvel-ci/)...

New Features: 1. Support `manylinux_x86_64`, `manylinux_aarch64`, `manylinux_i686` for `cp37* cp38* cp39*` in Linux using `cibuildwheel` 2. Support `x86_64` for `cp37* cp38* cp39*` and `universal2` for ` cp39*` in MacOS using...

enhancement
builds

(venv) MacBook-Pro:atomicals-electrumx isachoi$ CFLAGS='-stdlib=libc++ -std=c++11' pip3 install plyvel --no-cache-dir Collecting plyvel Downloading plyvel-1.5.1.tar.gz (200 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.1/200.1 kB 377.2 kB/s eta 0:00:00 Preparing metadata (setup.py) ... done Installing collected packages:...

When I did "pip install plyvel", linker couldn't find lleveldb and failed to build leveldb. I checked/tried 1)/2)/3), but didn't work. could you give me any idea?(I worked on MAC...

Hello, I know that there are certain issues with the Mac OSX and their version of the GCC compiler. I did install the Gnu GCC, but all the recommended methods...

help-wanted
builds

I can't install this lib, no matter what version i try on Windows 10 ```` Collecting plyvel==1.3.0 Using cached plyvel-1.3.0.tar.gz (149 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished...

I built plyvel with leveldb + snappy for windows. Everything works but not finding reference I also specify the path to the dll's (leveldb.dll, snappy.dll): ![22222](https://github.com/wbolster/plyvel/assets/91615287/33691633-a0bb-4e1c-8682-3465c3de91b9) ![11111](https://github.com/wbolster/plyvel/assets/91615287/f79fe07c-8eef-4e65-9d29-4787473e9d77) Any ideas how...

It promises better performance: "Optimize leveldb block seeks to utilize the current iterator location. This is beneficial when iterators are reused and seeks are not random but increasing. It is...

enhancement

Are there no binaries for Python 2.7 - Windows? Currently pip install plyvel produces installation error on Python 2.7 - Windows if you don't have the right compiler installed. Thanks...

help-wanted
builds

I completed installation process as described in [docs](https://plyvel.readthedocs.io/en/latest/installation.html) but I am getting an error `ModuleNotFoundError: No module named 'plyvel'` I guess I am missing something, but I do not know...