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
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.