How to install leveldb on Windows (Python)

冷暖自知 提交于 2019-12-24 06:17:33

问题


I try (Python 2.7.x)

pip install leveldb

but it fails with message

Complete output from command python setup.py egg_info: Don't know how to compile leveldb for Windows!

Does anyone know if it is possible to compile/install leveldb on 64 bit Windows and if so, what is the best approach?


回答1:


Seems to be possible with https://github.com/happynear/py-leveldb-windows

py-leveldb-windows: A Visual Studio project to build leveldb python wrapper.



来源:https://stackoverflow.com/questions/45024809/how-to-install-leveldb-on-windows-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!