<div dir="ltr"><div>I've attempted through the icr channel to install python3 and pip such that I can install packages and use the standard library.<br><br></div>It didn't look like the python 3 package group was setup. I attempted to do what khem` suggested to get around the problem. <br><br><a href="https://www.yoctoproject.org/irc/%23yocto.2015-04-01.log.html">https://www.yoctoproject.org/irc/%23yocto.2015-04-01.log.html</a> <br><div>mkaras: look into build tree of python3 and see what all ipk/rpms it generated<br>and add them all to IMAGE_INSTALL<br><br></div><div>Doing that still produced errors. So I tried out getting pip and python 2 on my target and it worked on the first try.<br><br>Adding these to IMAGE_INSTALL - did exactly what I was looking for. <br>       python \<br>       python-pip \<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 1, 2015 at 11:19 AM, Burton, Ross <span dir="ltr"><<a href="mailto:ross.burton@intel.com" target="_blank">ross.burton@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><span class=""><br><div class="gmail_quote">On 1 April 2015 at 15:29, Matthew Karas <span dir="ltr"><<a href="mailto:mkarascybi@gmail.com" target="_blank">mkarascybi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>DEPENDS = "python3 python3-native python3-distribute"<br>RDEPENDS_${PN} = "python3 python3-native python3-distribute"<br>RDEPENDS_${PN}-dev = "bash python3 python3-native python3-distribute"</div></blockquote></div><br></span>python3-native is a form of Python 3 that is built and executed on your build machine, so it makes no sense to have this as a runtime dependency. The RDEPENDS should just be python3 python3-distribute.</div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br></div><div class="gmail_extra">Ross</div></font></span></div>
</blockquote></div><br></div></div>