Paddle Makefile:139: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop.

ezykj2lf  于 2021-11-30  发布在  Java
关注(0)|答案(6)|浏览(474)

HEAD is now at 5f36f181 Update with 0.3.7 changes
[ 1%] No update step for 'extern_openblas'
[ 2%] No patch step for 'extern_openblas'
[ 2%] No configure step for 'extern_openblas'
[ 2%] Performing build step for 'extern_openblas'
Makefile:139:***OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop.
make[2]:***[third_party/openblas/src/extern_openblas-stamp/extern_openblas-build] Error 2
make[1]:***[CMakeFiles/extern_openblas.dir/all] Error 2
make:***[all] Error 2

OS: macOs 10.16
Python version: 3.8.8
openblas: stable 0.3.17 (bottled), HEAD [keg-only]

n7taea2i

n7taea2i1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

3lxsmp7m

3lxsmp7m2#

你好,你的问题是什么?编译失败吗?
你的Paddle源码版本是什么,比如commitid。
你的编译cmake配置是什么,都打开了哪些开关?

brvekthn

brvekthn3#

make install failed

the version of paddle is develop

The content of cmake config is not changed.

jogvjijk

jogvjijk4#

您是想编译develop版本的paddle吗?为啥会make install呢?
以下是如何从源码编译并安装Paddle的文档:
https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/beginners_guide/install/compile/compile_Ubuntu.html

ee7vknir

ee7vknir5#

请问paddle支持python3.8版本吗?

相关问题