Python 在源env/bin/activate的yocto嵌入式系统中:无法执行arm poky linux gnueabi gcc

Python 在源env/bin/activate的yocto嵌入式系统中:无法执行arm poky linux gnueabi gcc,python,yocto,Python,Yocto,运行“python-m pip安装--升级google assistant sdk[samples]”,它会显示以下错误消息: Complete output from command python setup.py egg_info: unable to execute 'arm-poky-linux-gnueabi-gcc': No such file or directory unable to execute 'arm-poky-linux-gnueabi-gcc': No such f

运行“python-m pip安装--升级google assistant sdk[samples]”,它会显示以下错误消息:

Complete output from command python setup.py egg_info:
unable to execute 'arm-poky-linux-gnueabi-gcc': No such file or directory
unable to execute 'arm-poky-linux-gnueabi-gcc': No such file or directory

    No working compiler found, or bogus compiler options passed to
    the compiler from Python's standard "distutils" module.  See
    the error messages above.  Likely, the problem is not related
    to CFFI but generic to the setup.py of any Python package that
    tries to compile C code.  (Hints: on OS/X 10.8, for errors about
    -mno-fused-madd see http://stackoverflow.com/questions/22313407/
    Otherwise, see https://wiki.python.org/moin/CompLangPython or
    the IRC channel #python on irc.freenode.net.)

您是否可以编辑邮件以添加有关问题的更多详细信息?您是否尝试通过将
python google assistant sdk
从添加到图像(或python3 google assistant sdk)来添加它。Branch是Morty,但也许它可以移植到你的版本。不,这是所有的信息。我使用下面的教程,它与你提到的不同:你不能使用这个,你必须按照Yocto的方式来做