pip install openviking fails on Windows due to a Unix shell assumption in the AGFS binding library Makefile. The build system calls OS as a shell command, which is undefined on Windows. This affects ...