python - How to install leveldb on mac os x -



python - How to install leveldb on mac os x -

i trying utilize level db in python project. zeroed in on python binding plyvel http://plyvel.readthedocs.org/en/latest/installation.html, seems improve maintained , documented python binding.

however installation fails plyvel

plyvel/_plyvel.cpp:359:10: fatal error: 'leveldb/db.h' file not found

#include "leveldb/db.h"

so believe have install leveldb machine. did not find installation guide leveldb macosx. have downloaded tarball leveldb, https://code.google.com/p/leveldb/downloads/list. create file compiles code, plylevel still fails. how should compile level db such binaries made available plyvel.

i'm not familiar leveldb direct binary installations require run ./configure make make install before binary installed. should seek that.

also, according github page should able install gem: https://github.com/daddye/leveldb

python leveldb

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -