On 21/05/15 18:38, Burton, Ross wrote:

On 21 May 2015 at 10:15, Alejandro Hernandez <alejandro.hernandez@linux.intel.com> wrote:
PIP is installed by default since python 3.4, due to issues with the
autobuilders, its default installation had to be disabled, this creates
a recipe for it, it brings a lot of new dependencies so it is chosen not
to be installed by default along with python3-core.

Missing dependencies?

ERROR: Function failed: do_compile (log file is located at /data/poky-master/tmp/work/corei7-64-poky-linux/python3-pip/6.1.1-r0/temp/log.do_compile.7121)
ERROR: Logfile of failure stored in: /data/poky-master/tmp/work/corei7-64-poky-linux/python3-pip/6.1.1-r0/temp/log.do_compile.7121
Log data follows:
| DEBUG: Executing shell function do_compile
| Traceback (most recent call last):
|   File "setup.py", line 6, in <module>
|     from setuptools import setup, find_packages
| ImportError: No module named 'setuptools'
| ERROR: python3 setup.py build_ext execution failed.
| WARNING: exit code 1 from a shell command.

Ross

Hmm weird, this should not have happened, apparently there's a missing dependency to python3-setuptools, but I thought I had listed that