Open FrostMegaByte opened 1 year ago
Hey Mark, thanks for reporting this. Yes, we built the system to work with Unix. We use unix sockets on all three sides of the protocol (LLM server API, Rust core, and language compiler API), so it would require some engineering effort to support another communication medium. WSL is going to work for sure, I have tested it with it.
Thanks for making the issue, I'll make it more clear that only *NIX platforms are supported.
Hi, I'm running a Windows machine and tried to get this project to work, but unfortunately it failed during the
make
command with an error. After Googling a bit, it seems like Windows doesn't support Unix domain sockets, thus I'm not able to run it. I'll try with WSL, but I thought it might be interesting to know.The error: