Skip to content

Installation Windows

markus-stoll edited this page May 7, 2015 · 24 revisions

#Installation Windows MSML uses a lot of other libraries for his native operators and requires some Python packages for itself. You should start with cloning the repository in your directory of choice $ git clone https://github.com/CognitionGuidedSurgery/msml.git

Building the MSML Operators

Build for 64bit with Visual Studio 2010 (2013 is not supported)

Configure the Python enviroment

##FAQ Python Error "Error is DLL load failed: The module was not found.": means the dll was found but a dependency could not be loaded. Try to use the dependecy walker. Have you included all shared dll dirs in path?