On 15 Mar 2024, at 13:51, Ashu Joshi wrote:
>
> Thanks Ross. I am able to resolve the error after using pkg-config-native.
> For my understanding, can you please explain the difference between pkgconfig
> and pkgconfig-native. When are we supposed to use pkgconfig.?
> I am relatively new to th
Thanks Ross. I am able to resolve the error after using pkg-config-native.
For my understanding, can you please explain the difference between
pkgconfig and pkgconfig-native. When are we supposed to use pkgconfig.?
I am relatively new to this, so I want to understand this better.
On Fri, Mar 15, 2
On 15 Mar 2024, at 06:20, Ashu Joshi via lists.yoctoproject.org
wrote:
>
> Added DEPENDS += "python3-pkgconfig python3 python3-pip"
>
> but still face the same error. I can see its recipe in meta-python. Also, in
> the work directory recipe-sysroot/usr/lib pkgconfig directory is there with
>
Added DEPENDS += "python3-pkgconfig python3 python3-pip"
but still face the same error. I can see its recipe in meta-python. Also,
in the work directory recipe-sysroot/usr/lib pkgconfig directory is there
with multiple .pc files. I can also see pkgconfig in
recipe-syysroot/usr/lib/python3.8/site-p
On Thu, Mar 14, 2024 at 11:21 AM Ross Burton wrote:
> On 14 Mar 2024, at 14:40, ashujoshi35 via lists.yoctoproject.org
> wrote:
> >
> > Trying to install wirepas_gateway package from pypi. It fails with error
> no module named pkgconfig. Below is the error
> >
> > File "setup.py", line 17, in
>
On 14 Mar 2024, at 14:40, ashujoshi35 via lists.yoctoproject.org
wrote:
>
> Trying to install wirepas_gateway package from pypi. It fails with error no
> module named pkgconfig. Below is the error
>
> File "setup.py", line 17, in
> | import pkgconfig
> | ModuleNotFoundError: No module nam
Trying to install wirepas_gateway package from pypi. It fails with error no
module named pkgconfig. Below is the error
File "setup.py", line 17, in
| import pkgconfig
| ModuleNotFoundError: No module named 'pkgconfig'
SUMMARY = "Recipe to install Python PiP Package wirepas_gateway"
LICENSE