wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
530 stars 75 forks source link

plyvel version 0.9 support levelDB 1.18? #37

Closed rendykstan closed 9 years ago

rendykstan commented 9 years ago

@wbolster what's the latest version of levelDB you have tried with plyvel? I am still on 1.12. Wondering if I should upgrade.

wbolster commented 9 years ago

LevelDB 1.18 works fine, and in the past I've tried it with many other versions as well.

On OSX Yosemite, compilation and tests pass for all Python versions I have installed:

  py26: commands succeeded
  py27: commands succeeded
ERROR:   py32: InterpreterNotFound: python3.2
ERROR:   py33: InterpreterNotFound: python3.3
  py34: commands succeeded

using LevelDB 1.18:

$ brew info leveldb
leveldb: stable 1.18 (bottled)

I could produce similar results for Linux (but my development machine is currently turned off).

rendykstan commented 9 years ago

Yes. I have tested it and it works!