【问题标题】:I am getting this error when trying to install Cardano-Node尝试安装 Cardano-Node 时出现此错误
【发布时间】:2020-12-17 19:57:19
【问题描述】:
cabal: Could not resolve dependencies:
[__0] trying: Win32-network-0.1.0.0 (user goal)
[__1] next goal: base (dependency of Win32-network)
[__1] rejecting: base-4.14.1.0/installed-4.14.1.0 (conflict: Win32-network =>
base>=4.5 && <4.13)
[__1] rejecting: base-4.12.0.0, base-4.11.1.0, base-4.11.0.0, base-4.10.1.0,
base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, base-4.8.1.0,
base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, base-4.6.0.1,
base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0,
base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0,
base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (constraint from
non-upgradeable package requires installed instance)
[__1] fail (backjumping, conflict set: Win32-network, base)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, Win32-network

我正在我的 Linux/Ubuntu 环境中进行 cabal 安装 cardano-node cardano-cli。

【问题讨论】:

    标签: haskell cabal cardano


    【解决方案1】:

    看起来this commit 适当地放宽了该约束。看起来cardano-node repo 的 master 分支已经在之后请求提交,所以可能只需更新该 repo 就可以让你到达你需要去的地方。

    【讨论】:

      【解决方案2】:

      在 Mac 上轻松安装 cardano-cli 和 cardano-node:

      1. 下载daedaluswallet.io 钱包并安装。
      2. 纳米~/.zshrc
      3. 导出 PATH=$PATH:/Applications/Daedalus\ Mainnet.app/Contents/MacOS
      4. 来源 ~/.zshrc

      【讨论】:

        最近更新 更多