Installing whitematteranalysis: cl.exe not found

Hi all

I am trying to install whitematteranalysis but I keep on getting the error that cl.exe is not found, even though I’ve installed the C++ Visual Studio Build Tools. Has anyone encountered this error before?

Thanks,

It means that CMake cannot find the compiler. It may be normal that CMake cannot detect build tools installed at custom locations.

One solution is to install Visual Studio IDE, as most of the developers do. VS places build tools in standard location where CMake can find them.

If you prefer not to install VS IDE then you may need to run CMake from an environment where build tools are available in the PATH variable (e.g., from developer command prompt).

Hi

whitematteranalysis is currently not integrated into Slicer yet. You don’t need to compile anything. It is a python package that you can install using pip. https://github.com/SlicerDMRI/whitematteranalysis

Regards,
Fan