-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source-based installation fails #2673
Comments
@Cheol-Soon-Choi Hi, what version of go are you using? package io/fs came into go since 1.16, if your go version is less than 1.16, then may cause err like below. $ go version
go version go1.14 linux/amd64
$ ./api/build.sh
/home/codespace/.gvm/pkgsets/go1.14/global/pkg/mod/go.etcd.io/etcd/client/pkg/[email protected]/fileutil/filereader.go:20:2: package io/fs is not in GOROOT (/home/codespace/.gvm/gos/go1.14/src/io/fs)
+ cp ./api/conf/schema.json ./output/conf/schema.json
cp: cannot stat './api/conf/schema.json': No such file or directory |
Hi @Cheol-Soon-Choi, if there are still problems, you can reopen |
hello error for make build root@VM-0-15-ubuntu:/home/lighthouse/apisix-dashboard# go version
go version go1.16.7 linux/amd64
|
hello,I want your help,thanks |
Issue description
Installing according to https://apisix.apache.org/docs/dashboard/2.13/install/#source
An error occurred in the [make build] step.
Expected behavior
install finished
How to Reproduce
https://apisix.apache.org/docs/dashboard/2.13/install/#source
Screenshots
Environment
apisix version
): 2.15.1uname -a
): Ubuntunginx -V
oropenresty -V
): openresty/1.21.4.1etcd --version
): 3.5.4Additional context
Is the goscript the problem? @Baoyuantop
The text was updated successfully, but these errors were encountered: