Hi,
Sorry if it is a simple error but I need some help. I am trying to import FastBDT in my file but it doesn't work. I am on Windows 7 with python 3.6
- I have downloaded cmake then run 'cmake .' in the terminal and got some new files, as we can see on the image below. (I don't know if it was even necessary to do this if I only want to use this library in python). I also got a small error saying that it could not find GTest.

- Then in this same directory in the terminal I have run the command 'python3 setup.py.in install'
- Finally when I try to run the example code an error arrives, print screen below.

Does anyone know how to solve this problem please?
Thank you
PS: it's my first issue post, sorry if it is not well written