Skip to main content

WindowsOS

A step-by-step installation guide of FedML on WindowsOS.

info

The following instructions have been tested for Windows 11 on 64-bit operating system, x64-based processor. Please post issues to our GitHub Issue page if you meet any issues.

Install with conda

conda create --name fedml python
conda activate fedml
conda install --name fedml pip
pip install fedml

Install MPI on Windows

https://stackoverflow.com/questions/54615336/how-to-install-mpi4py-on-windows-10-with-msmpi

Install from the source code

First please install "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

Install from Docker

https://docs.docker.com/desktop/windows/install/