To solve this issue, locate the file `is-it-worth-it-benchmark/utsadbench/results/classifier.py`, line 50, and change `np.bool` for `bool`.
> -- No package 'eigen3' found --> Fatal error: Eigen/Core: No such file or directory
To solve this issue, install [Eigen3](https://eigen.tuxfamily.org) and make sure to add the necessary includes while compiling MDI by changing the `.is-it-worth-it-benchmark/scripts/install_mdi.sh` line 22.