wbolster / plyvel

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

Guidance re compilation issue #83

Closed brickinedifice closed 5 years ago

brickinedifice commented 6 years ago

Hi. I get this issue when I try to compile plyvel. Could you give me some guidance on how to troubleshoot this? Appreciate it.

Thanks, DB.

log.txt

wbolster commented 6 years ago

never seen anything like this. seems a compiler setup problem. do you have gcc/g++/cpp and so on installed in a normal way?

brickinedifice commented 6 years ago

Installed compilers using apt.

I installed bitcoin which I believe has it’s own version of leveldb. Would that make a difference?

On 2018-08-30, at 10:58, wouter bolsterlee notifications@github.com wrote:

never seen anything like this. seems a compiler setup problem. do you have gcc/g++/cpp and so on installed in a normal way?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

wbolster commented 5 years ago

no i don't think so.

try on a clean machine (docker/vm whatever) since it seems a problem with your toolchain.

also on linux the binary wheels can avoid compilation altogether.