Page 1 of 1

Python Embedded Interpreter ...... missing [SOLVED]

Posted: Sat Jan 20, 2024 5:25 pm
by Jasper

Hi all

I am having difficulty with compiling an application as it states that it cannot find a Python Embedded Interpreter

I have looked in the PPM and there is no application with that name.

Some advice would be welcome!! :thumbup:

Image


Re: Python Embedded Interpreter ...... missing

Posted: Sat Jan 20, 2024 9:45 pm
by Keef

It took a bit of squinting, but the screenshot says "could not build..." rather than "could not find" the Python embedded interpreter. There are other errors reporting missing items before the Python embedded interpreter one, so I'd work on those first.
What is it you are trying to compile? Is it tbd? I tried it on Fatdog and it worked first time.


Re: Python Embedded Interpreter ...... missing

Posted: Sat Jan 20, 2024 11:30 pm
by rockedge

@Jasper
In F96-CE_4 you will need to install the package pybind11-dev_2.4.3 and python3-pybind11_2.4.3 . This will allow python code to be embedded with an python interpreter into and compiled into a C/C++ code build.

Screenshot(4).jpg
Screenshot(4).jpg (60.68 KiB) Viewed 340 times

Embedding Python in Your C Programs


Re: Python Embedded Interpreter ...... missing

Posted: Sun Jan 21, 2024 8:00 am
by Jasper

@Keef

Yes, it is tbd

I was attempting to compile Pipewire & PulseAudio.

Strange how the image looks small for you, maybe the image hosting site reduces the size (?) taken on a 1920x1080 monitor.

@rockedge

Thank you for the tip!! :thumbup: