PyTorch-On-Angel
PyTorch-On-Angel copied to clipboard
dependency issue
能否给一个教程,告诉我们要当前版本的pytorch-on-angel要搭配什么版本的angel以及其他的dependency?我反复尝试了很久,还是有各种version不匹配的问题。
当前master版本依赖angel 3.2.0
感谢回复。我在编译angel的时候有一下问题,我的maven version是3.8.3,不知道有什么解决办法,感谢。
[ERROR] Failed to execute goal on project spark-on-angel-graph: Could not resolve dependencies for project com.tencent.angel:spark-on-angel-graph:jar:3.2.0: Could not find artifact edu.princeton.cs:algs4:jar:1.0.3 in central (https://repo.maven.apache.org/maven2) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :spark-on-angel-graph
遇到一样的问题
我也是这个问题,采用推荐的Docker方式编译,但到这里就说jar包找不到,这个jar是本地包还是远程包啊? 还有,采用docker方式编译应该对本机环境没有什么要求吧