gpt4 book ai didi

sbt - 尽管我的系统中安装了相同的版本,但出现 "org.scala-sbt#sbt;0.13.8: not found"错误。如何解决?

转载 作者:行者123 更新时间:2023-12-04 18:45:06 26 4
gpt4 key购买 nike

set -e pipefail; sbt -Dsbt.log.noformat=true -DchiselVersion="latest.release" "run Parity --genHarness --compile --test --backend c --vcd " | tee Parity.out
Getting org.scala-sbt sbt 0.13.8 ...

问题总结::
警告
        module not found: org.scala-sbt#sbt;0.13.8
::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: org.scala-sbt#sbt;0.13.8: not found

::::::::::::::::::::::::::::::::::::::::::::::

错误
服务器访问错误:连接被拒绝 url= https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.8/ivys/ivy.xml
    Server access Error: Connection refused url=https://repo1.maven.org/maven2/org/scala-sbt/sbt/0.13.8/sbt-0.13.8.pom

Server access Error: Connection refused url=https://repo1.maven.org/maven2/org/scala-sbt/sbt/0.13.8/sbt-0.13.8.jar


:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: org.scala-sbt#sbt;0.13.8: not found
Error during sbt execution: Error retrieving required libraries
Error: Could not retrieve sbt 0.13.8

最佳答案

这可能是代理问题。
编辑 $SBT_HOME/conf directory/sbtconfig.txt 文件并添加以下条目:

-Dhttp.proxyHost=<proxy server>
-Dhttp.proxyPort=<proxy port>
-Dhttp.proxyUser=<username>
-Dhttp.proxyPassword=<password>
-Dhttps.proxyHost=<proxy server>
-Dhttps.proxyPort=<proxy port>
-Dhttps.proxyUser=<username>
-Dhttps.proxyPassword=<password>
-Dftp.proxyHost=<proxy server>
-Dftp.proxyPort=<proxy port>
-Dftp.proxyUser=<username>
-Dftp.proxyPassword=<password>

笔记:
  • https 设置是必要的,因为 SBT 引用的许多 url 都是基于 https 的。
  • 不要在值
  • 中包含“http://”

    关于sbt - 尽管我的系统中安装了相同的版本,但出现 "org.scala-sbt#sbt;0.13.8: not found"错误。如何解决?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31018536/

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