ian-kent / gptchat

A GPT-4 client which gives your favourite AI a memory and tools for self-improvement
MIT License
351 stars 51 forks source link

-buildmode=plugin not supported on windows/amd64 #4

Closed Zinnusl closed 1 year ago

Zinnusl commented 1 year ago

See title. I don't expect a bug fix I guess, but I'll leave it here so people can see that using Windows probably will not work 100%. I ended up using WSL instead.

Edit: I installed golang via scoop, maybe there is a version that does support this?

ian-kent commented 1 year ago

maybe there is a version that does support this

The docs at https://pkg.go.dev/plugin say

Plugins are currently supported only on Linux, FreeBSD, and macOS, making them unsuitable for applications intended to be portable.

so I wouldn't expect any other versions to support it 😞