multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Python version not working on Windows #123

Open LourensVeen opened 1 year ago

LourensVeen commented 1 year ago

The Python muscle3 package doesn't install on Windows, because there's no suitable wheel for the netifaces dependency. We should switch to psutil (see #106), do some testing on Windows, and set up Windows CI so we can support it properly.

This issue is only about Windows support for the Python side, the native side is another kettle of fish and best left until someone actually needs it.

Thanks to @drcandacemakedamoore for reporting.