I got error when using pip install leveldb

后端 未结 2 1604
忘了有多久
忘了有多久 2021-01-15 17:06

When I used pip install leveldb in my MAC I got the error below, I searched the whole internet without any reply I could take with, my python env is 2.7, what made me upset

2条回答
  •  时光说笑
    2021-01-15 17:56

    Some people have been able to fix this kind of issues by running

    xcode-select --install
    

    It is probably something related to your C++ installation. Here is a hint:

    warning: include path for stdlibc++

    Here you can find a similar discussion https://github.com/WebAssembly/wabt/issues/716

提交回复
热议问题