Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

修复cmake初次构建错误 parse_op.py

Open goshut opened this issue 5 months ago • 4 comments

修复cmake在初次构建时,会因没有目录而报错退出的错误

PR Category

PR Types

Bug fixes

Description

cmake初次构建时遇到错误: File "D:\c_raw\paddle_git\Paddle\paddle\fluid\operators\generator\parse_op.py", line 47, in main(args.op_yaml_path, args.output_path, args.backward) File "D:\c_raw\paddle_git\Paddle\paddle\fluid\operators\generator\parse_op.py", line 32, in main with open(output_path, "wt") as f: ^^^^^^^^^^^^^^^^^^^^^^^FileNotFoundError: [Errno 2] No such file or directory:

goshut avatar Jun 06 '25 06:06 goshut

你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.

paddle-bot[bot] avatar Jun 06 '25 06:06 paddle-bot[bot]

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jun 06 '25 06:06 CLAassistant

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jun 06 '25 06:06 CLAassistant

请修复 CodeStyle 流水线失败

luotao1 avatar Jun 13 '25 02:06 luotao1