我在 linux mint 中安装奇异 3.6.2 时遇到问题,我按照https://sylabs.io/guides/3.0/user-guide/installation.html的说明进行操作。我安装了依赖项和 Go。
然后我运行命令安装最新版本:
export VERSION=3.6.2 && # adjust this as necessary \
mkdir -p $GOPATH/src/github.com/sylabs && \
cd $GOPATH/src/github.com/sylabs && \
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
tar -xzf singularity-${VERSION}.tar.gz && \
cd ./singularity && \
./mconfig
错误是:
Configuring for project `singularity' with languages: C, Golang
=> running pre-basechecks project specific checks ...
=> running base system checks ...
checking: host C compiler... cc
checking: host C++ compiler... c++
checking: host Go compiler (at least version 1.13)... not found!
mconfig: could not complete configuration
我去(去版)
go version go1.15.2 linux/amd64
我不知道发生了什么!非常感谢!
呼如林
POPMUISE
慕的地6264312
相关分类