PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
22.17k stars 5.56k forks source link

编译paddle源码报错python版本不匹配 #68822

Open Serenagirl opened 2 hours ago

Serenagirl commented 2 hours ago

问题描述 Issue Description

执行官方文档第8个步骤时报错: image

版本&环境信息 Version & Environment Information

https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/install/compile/arm-compile.html#beizhu

Serenagirl commented 2 hours ago

arm鲲鹏服务器麒麟v10操作系统

Serenagirl commented 2 hours ago

命令中要指定python版本,如cmake .. -DPY_VERSION=3.8.12 -DPYTHON_EXECUTABLE=which python3 -DWITH_ARM=ON -DWITH_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DON_INFER=ON -DWITH_XBYAK=OFF

Serenagirl commented 2 hours ago

还是报错,是不是路径哪里有问题: image