Re: [yocto] using pip3-native to install python requirements

2018-11-12 Thread Belisko Marek
On Mon, Nov 12, 2018 at 10:35 AM Outback Dingo wrote: > > On Mon, Nov 12, 2018 at 3:22 PM Belisko Marek wrote: > > > > Hi, > > > > I'm having recipe for custom python3 application whcih need to install > > ~20 python dependencies. I've create requirements.txt and using pip on > > PC I can

Re: [yocto] using pip3-native to install python requirements

2018-11-12 Thread Outback Dingo
On Mon, Nov 12, 2018 at 3:22 PM Belisko Marek wrote: > > Hi, > > I'm having recipe for custom python3 application whcih need to install > ~20 python dependencies. I've create requirements.txt and using pip on > PC I can install necessary python packages. When try to use > pip3-native (as DEPENDS)

[yocto] using pip3-native to install python requirements

2018-11-12 Thread Belisko Marek
Hi, I'm having recipe for custom python3 application whcih need to install ~20 python dependencies. I've create requirements.txt and using pip on PC I can install necessary python packages. When try to use pip3-native (as DEPENDS) and call pip3 I get some errors: pkg_resources.VersionConflict: