wbolster / plyvel

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

Huge amounts of errors when trying to install Plyvel in a venv #136

Closed futuremotiondev closed 2 years ago

futuremotiondev commented 2 years ago

Hi,

I'm trying to install Plyvel on Windows 10, Python 3.10.0. I am getting all sorts of errors during installation. Here's a screenshot:

7YlWTe7 1

Going to attach a full log as well.

Log from Terminal.txt

Any help at all would be extremely appreciated!

wbolster commented 2 years ago

leveldb is not installed

    plyvel/_plyvel.cpp(632): fatal error C1083: Cannot open include file: 'leveldb/db.h': No such file or directory
wbolster commented 2 years ago

see #60