gpt4 book ai didi

python - 在从 CircleCI 启动的 Dataflow/Apache-beam 作业中找不到库

转载 作者:行者123 更新时间:2023-12-04 08:45:52 25 4
gpt4 key购买 nike

我在使用从 CircleCI 启动的 GCP Dataflow 运行器运行 python Apache Beam 管道时遇到了严重问题。如果有人可以就如何解决这个问题提供任何提示,我将不胜感激,我已经尝试了所有方法,但似乎没有任何效果。
基本上,我正在运行这个 python Apache Beam 管道,它在 Dataflow 中运行并使用 google-api-python-client-1.12.3 .如果我在我的机器 ( python3 main.py --runner dataflow --setup_file /path/to/my/file/setup.py ) 上运行作业,它工作正常。如果我从 CircleCI 中运行相同的作业,则会创建 Dataflow 作业,但它会失败并显示消息 ImportError: No module named 'apiclient' .
通过查看 this documentation ,我想我应该明确地使用 requirements.txt文件。如果我从 CircleCI 运行相同的管道,但添加 --requirements_file包含单行 ( google-api-python-client==1.12.3 ) 的需求文件的参数,数据流作业失败,因为工作人员也失败了。在日志中,首先有一条信息消息 ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)"这会导致稍后的错误消息 "Error syncing pod somePodIdHere (\"dataflow-myjob-harness-rl84_default(somePodIdHere)\"), skipping: failed to \"StartContainer\" for \"python\" with CrashLoopBackOff: \"back-off 40s restarting failed container=python pod=dataflow-myjob-harness-rl84_default(somePodIdHere)\" .我找到了 this thread但该解决方案在我的情况下似乎不起作用。
任何帮助都会非常非常感激。非常感谢!

最佳答案

这个问题看起来和你的非常相似。解决方案似乎是在您的 requirements.txt 中明确包含您的需求的依赖关系。
apache beam 2.19.0 not running on cloud dataflow anymore due to Could not find a version that satisfies the requirement setuptools>=40.8

关于python - 在从 CircleCI 启动的 Dataflow/Apache-beam 作业中找不到库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64333740/

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