Angel-ML / PyTorch-On-Angel

PyTorch On Angel, arming PyTorch with a powerful Parameter Server, which enable PyTorch to train very big models.
164 stars 51 forks source link

dependency issue #114

Open xiaozhi-alan-zhu opened 2 years ago

xiaozhi-alan-zhu commented 2 years ago

能否给一个教程,告诉我们要当前版本的pytorch-on-angel要搭配什么版本的angel以及其他的dependency?我反复尝试了很久,还是有各种version不匹配的问题。

ouyangwen-it commented 2 years ago

image 当前master版本依赖angel 3.2.0

xiaozhi-alan-zhu commented 2 years ago

感谢回复。我在编译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

jinqinn commented 2 years ago

遇到一样的问题

ljacg commented 2 years ago

我也是这个问题,采用推荐的Docker方式编译,但到这里就说jar包找不到,这个jar是本地包还是远程包啊? 还有,采用docker方式编译应该对本机环境没有什么要求吧

wangcaihua commented 1 week ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

Hukai0 commented 1 week ago

感谢回复。我在编译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

我也遇到了这个问题