Error while setting up Dinoysus
prashkmr opened this issue · 1 comments
Hi, Thanks for the detailed repo on the installation process.
I was having issues while setting up the dinoysus package using the command: pip install --verbose dionysus
I get the following errors :
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80/bindings/python
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80/bindings/python
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80/bindings/python
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80/bindings/python
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80/bindings/python/pybind11
used as include directory in directory /tmp/pip-install-a7nufxle/dionysus_d1efb70e52654e1a838938c5fbda7b80/bindings/python/pybind11
CMake Error in bindings/python/CMakeLists.txt:
Found relative path while evaluating include directories of "_dionysus":
"Boost_INCLUDE_DIR-NOTFOUND"
Rquesting help on this issue. Would be very grateful.
The issue is sorted. Turned out the boost libraries weren't installed.
Running this command set up the missing packages and arguments
sudo apt-get install cmake libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev