gpt4 book ai didi

linux - Ubuntu 服务器 - Opam 安装问题

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:04:00 25 4
gpt4 key购买 nike

我正在安装 Ubuntu 18.04
我以前做过这个,从来没有遇到过这个问题,OPAM的安装一直很顺利,除了这次。

我运行代码来安装 OPAM。

sudo apt install opam

安装没有报错,一切正常。

然后我运行这个。

opam init

这是我的输出

Checking for available remotes: rsync and local, git, mercurial, darcs. Perfect!
[WARNING] Recommended dependencies -- most packages rely on these:
- m4


=-=- Fetching repository information =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[default] synchronized from https://opam.ocaml.org
[ERROR] Base package base-threads of compiler system not found! Ignored.
[ERROR] Base package base-bigarray of compiler system not found! Ignored.
[ERROR] Base package base-unix of compiler system not found! Ignored.
[ERROR] Inconsistent set of base compiler packages: {} needed but not included
/ { base-bigarray, base-threads, base-unix } extra
[ERROR] Initialisation failed
OpamGlobals.Exit(66)

一旦出现这个错误,我就卡住了,不能再继续了。
正如我在顶部提到的,我过去多次安装此版本的服务器,并且安装 OPAM 没有问题,直到现在。
这是通过Virtualbox,所以我删除了安装并重新安装它,认为可能是安装错误。但是,我得到了同样的错误。

我通过 Google 进行了一些研究,找不到这个确切的问题,但发现了与此 OPAM 构建问题类似的问题。

更新。按照 AndreasKralj 的建议执行

opam init --comp $1.2.2
Checking for available remotes: rsync and local, git, mercurial, darcs. Perfect!
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
=-=- Fetching repository information =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[default] synchronized from https://opam.ocaml.org
Cannot find /home/darkness/.opam/compilers/.2.2/.2.2/.2.2.comp: .2.2 is not a valid compiler name.
[ERROR] Initialisation failed
OpamGlobals.Exit(1)

如有任何想法,我们将不胜感激。
韦恩

最佳答案

要解决此问题,您需要执行 opam init --comp 1.2.2 以确保正确安装 ocaml 并设置为您想要的版本。

关于linux - Ubuntu 服务器 - Opam 安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51637148/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com