when I run project , the console prints "pkg\grpc\backend.go:6:2: no required module provides package github.com/mudler/LocalAI/pkg/grpc/proto; to add it: go get github.com/mudler/LocalAI/pkg/grpc/proto"
follow is the issue detail info, please!
pkg\grpc\backend.go:6:2: no required module provides package github.com/mudler/LocalAI/pkg/grpc/proto; to add it: go get github.com/mudler/LocalAI/pkg/grpc/proto
The details are as follows
pkg\grpc\backend.go:6:2: no required module provides package github.com/mudler/LocalAI/pkg/grpc/proto; to add it:
go get github.com/mudler/LocalAI/pkg/grpc/prot
Hi @Rinaloving Which command were you running?
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
i ran: go build -tags "openvino" -o localai.exe . after cloning the repo
- on win11 in powershell