The installation instructions are almost perfect. On my Ubuntu 18.04 distributions, two more things were necessary for successful installation:
pip3 install wheel (could maybe go into requirements.txt, see e.g. stackexchange)
sudo apt install libleveldb-dev (required for compiling plyvel/_plyvel.cpp during the installation process)
The installation instructions are almost perfect. On my Ubuntu 18.04 distributions, two more things were necessary for successful installation:
pip3 install wheel(could maybe go intorequirements.txt, see e.g. stackexchange)sudo apt install libleveldb-dev(required for compilingplyvel/_plyvel.cppduring the installation process)