-
Notifications
You must be signed in to change notification settings - Fork 35
Description
This is probably more of a feature request than a bug.
Whenever I wish to install this solution on Windows it requires that I have VS build tools installed as it seems like it needs to build maxflow. This becomes a challenge as some of the users of a software I am using find it challenging to install this.
What I was thinking is why this is not just built on the cloud, for instance using GitHub Actions, and then when installing you are just catching the pre-built wheel and using that to install. I guess this would be of interest to the MONAI-Label team (@diazandr3s) as well.
I can assist in setting up the Actions workflow and submit a PR, if that would be of interest.
I could attempt to setup builds for the operating systems: Windows, macOSX, and Ubuntu Linux.
Shall I make a try?