ft1500上编译paddle报错,Could NOT find PY_numpy (missing: PY_NUMPY)

xxls0lw8  于 4个月前  发布在  其他
关注(0)|答案(7)|浏览(40)

在ft1500(麒麟server os)上,编译最新版本的paddle,报:
-- Could NOT find PY_numpy (missing: PY_NUMPY)
CMake Error at cmake/python_module.cmake:27 (message):
python module numpy is not found
Call Stack (most recent call first):
cmake/external/python.cmake:69 (find_python_module)
cmake/third_party.cmake:243 (include)
CMakeLists.txt:394 (include)

我的numpy的版本号为1.25,如下所示:
(paddleenv) root@Kylin:~/heroocrnew/build# pip list numpy
Package Version

numpy 1.21.5

请问这是什么原因?

relj7zay

relj7zay1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网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!

yzuktlbb

yzuktlbb2#

你不在虚拟环境安装numpy,直接在系统环境安装numpy试试?

k97glaaz

k97glaaz3#

外面系统是python2.7

igetnqfo

igetnqfo4#

你好,现在Paddle已经有编译好的安装包了,请问你在什么任务场景下需要编译Paddle呀?比如是需要新增算子、还是需要修改飞桨源代码,或者有什么其他的用途呢?

9cbw7uwe

9cbw7uwe5#

Try reinstalling numpy: pip3 install --upgrade --force-reinstall numpy it worked for me

ryhaxcpt

ryhaxcpt6#

你好,请问你现在已经解决了吗?

7nbnzgx9

7nbnzgx97#

Try reinstalling numpy: pip3 install --upgrade --force-reinstall numpy it worked for me

Yes, remove -r build and try again cmake

相关问题