Trying a master compile

hi,

I don’t know if it is place to ask.

I’m trying to compile master from gitlab.
I’m blocked in following error:

-- Check for installed Python Interpreter -- found
-- Python module install path: lib/python2.7/dist-packages
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.17", minimum required is "2.6") 
CMake Error at CMakeLists.txt:791 (message):
  Unable to find wxPython Classic, instead found wxPython Phoenix 4.0.7.post2

Somehow success to install all packages up to that point
to compile are using the following command:

$cmake -DCMAKE_BUILD_TYPE=Release ../../ -DKICAD_SPICE=False

Thanks