Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install libleveldb-dev on windows for Python?

How to install libleveldb-dev (leveldb development libraries) on windows? I need this to be downloaded so I can install plyvel. Thank you in advance I hope someone is familiar with this process.

The way to install this on Linux is :

sudo apt-get install libleveldb-dev

But I need to install this on windows. Is there a similar easy way to do this in the windows command prompt? Related Link: https://plyvel.readthedocs.io/en/latest/installation.html#build-and-install-plyvel

like image 322
SantiClaus Avatar asked Oct 20 '25 01:10

SantiClaus


1 Answers

There is a version of plyver just for windows that doesn't require all this suffering.

Just try: pip install plyvel-win32. If you have the visual libraries should work.

like image 107
Wheslley Eurich Avatar answered Oct 22 '25 03:10

Wheslley Eurich