You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install on Archlinux following steps in README:
➜ nvkind git:(main) make
go mod tidy
go mod vendor
internal error: failed to find embedded files of github.com/Masterminds/sprig/v3: /home/samos/go/pkg/mod/github.com/!masterminds/sprig/[email protected]/crypto.go:1:1: expected 'package', found 'EOF'
make: *** [Makefile:21: vendor] Error 1
➜ nvkind git:(main) ✗ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: go.mod
modified: go.sum
deleted: vendor/github.com/Masterminds/goutils/.travis.yml
deleted: vendor/github.com/Masterminds/goutils/CHANGELOG.md
deleted: vendor/github.com/Masterminds/goutils/LICENSE.txt
deleted: vendor/github.com/Masterminds/goutils/README.md
deleted: vendor/github.com/Masterminds/goutils/appveyor.yml
deleted: vendor/github.com/Masterminds/goutils/cryptorandomstringutils.go
deleted: vendor/github.com/Masterminds/goutils/randomstringutils.go
deleted: vendor/github.com/Masterminds/goutils/stringutils.go
deleted: vendor/github.com/Masterminds/goutils/wordutils.go
However if I run make build directly it all just works fine.
make build
./nvkind -h
NAME:
nvkind - kind for use with NVIDIA GPUs
Leaving this as feedback in case others hit the same issue.
Thanks for making this process of using GPU with kind so much easier!
The text was updated successfully, but these errors were encountered:
samos123
changed the title
Unable to use make
Unable to use make to install, had to use make build instead
Nov 30, 2024
Trying to install on Archlinux following steps in README:
However if I run
make build
directly it all just works fine.Leaving this as feedback in case others hit the same issue.
Thanks for making this process of using GPU with kind so much easier!
The text was updated successfully, but these errors were encountered: