Re: [yocto] No module named pkgconfig

2024-03-15 Thread Ross Burton
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

Re: [yocto] No module named pkgconfig

2024-03-15 Thread Ashu Joshi
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

Re: [yocto] No module named pkgconfig

2024-03-15 Thread Ross Burton
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 >

Re: [yocto] No module named pkgconfig

2024-03-14 Thread Ashu Joshi
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

Re: [yocto] No module named pkgconfig

2024-03-14 Thread Tim Orling
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 >

Re: [yocto] No module named pkgconfig

2024-03-14 Thread Ross Burton
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

[yocto] No module named pkgconfig

2024-03-14 Thread ashujoshi35
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