如何获取apache-beam .tar.gz文件?

时间:2022-10-29 15:38:49

Apache-beam has been frustrating to manage with the correct google-cloud libraries for me to use with Dataflow.

Apache-beam使用正确的google-cloud库来管理我使用Dataflow一直很令人沮丧。

I discovered for what I'm doing I need apache-beam=2.3.0 rather than 2.4.0 (2.4.0 gives a pickling error that I cannot resolve refer to=Dataflow Error: 'Clients have non-trivial state that is local and unpickleable')

我发现我正在做的事情我需要apache-beam = 2.3.0而不是2.4.0(2.4.0给出了一个我无法解决的酸洗错误参考=数据流错误:'客户端具有本地的非平凡状态和不可饶恕的')

I need DataflowRunner to use apache-beam=2.3.0 as well so following this persons instructions Custom Apache Beam Python version in Dataflow I just need the actual tar.gz file I thought I had installed it via pip with a pip install apache-beam=2.3.0 so if I look in my system I can't find any tar.gz. When I go to the apache website to download the source code the link is broken.

我需要DataflowRunner来使用apache-beam = 2.3.0以便按照这个人的说明在Dataflow中定制Apache Beam Python版本我只需要实际的tar.gz文件我认为我已经通过pip安装了pip install apache-beam = 2.3.0所以,如果我查看我的系统,我找不到任何tar.gz.当我去apache网站下载源代码时,链接被破坏了。

Where can I find a tar.gz for apache-beam-2.3.0!?!?!?

我在哪里可以找到apache-beam-2.3.0的tar.gz!?!?!?

Thanks in advance

提前致谢

1 个解决方案

#1


1  

The latest and all history releases of apache-beam packages can be found on github - github.com/apache/beam/releases.

有关apache-beam软件包的最新版本和所有历史版本都可以在github上找到 - github.com/apache/beam/releases。

#1


1  

The latest and all history releases of apache-beam packages can be found on github - github.com/apache/beam/releases.

有关apache-beam软件包的最新版本和所有历史版本都可以在github上找到 - github.com/apache/beam/releases。