Unable to Pip install on Mac PPC

Totally new to Python and HA tried to install on Mac PPC with no luck. It’s probably something simple. Hope someone can help me out. Python 3.5.4

Collecting homeassistant

Downloading homeassistant-0.57.0-py2.py3-none-any.whl (7.5MB)
100% |████████████████████████████████| 7.5MB 25kB/s

Requirement already satisfied: jinja2>=2.9.6 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Collecting pyyaml<4,>=3.11 (from homeassistant)
Downloading PyYAML-3.12.tar.gz (253kB)
100% |████████████████████████████████| 256kB 726kB/s

Requirement already satisfied: pytz>=2017.02 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: voluptuous==0.10.5 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: chardet==3.0.4 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: pip>=8.0.3 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: astral==1.4 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: requests==2.18.4 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: async-timeout==2.0.0 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Collecting aiohttp==2.2.5 (from homeassistant)

Downloading aiohttp-2.2.5.tar.gz (788kB)
100% |████████████████████████████████| 798kB 304kB/s

Requirement already satisfied: typing<4,>=3 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from homeassistant)

Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from jinja2>=2.9.6->homeassistant)

Requirement already satisfied: idna<2.7,>=2.5 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from requests==2.18.4->homeassistant)

Requirement already satisfied: urllib3<1.23,>=1.21.1 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from requests==2.18.4->homeassistant)

Collecting multidict>=2.1.4 (from aiohttp==2.2.5->homeassistant)
Downloading multidict-3.3.2.tar.gz (129kB)
100% |████████████████████████████████| 133kB 702kB/s

Collecting yarl>=0.11 (from aiohttp==2.2.5->homeassistant)
Downloading yarl-0.13.0.tar.gz (136kB)
100% |████████████████████████████████| 143kB 662kB/s

Installing collected packages: pyyaml, multidict, yarl, aiohttp, homeassistant

Running setup.py install for pyyaml … error

Complete output from command /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -u -c “import setuptools, tokenize;file=’/private/tmp/pip-build-ja1h1qo5/pyyaml/setup.py’;
f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))”
install --record /tmp/pip-h8q4xgi4-record/install-record.txt --single-version-externally-managed --compile:

running install

running build

running build_py

creating build

creating build/lib.macosx-10.5-fat-3.5

creating build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/init.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/composer.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/constructor.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/cyaml.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/dumper.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/emitter.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/error.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/events.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/loader.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/nodes.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/parser.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/reader.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/representer.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/resolver.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/scanner.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/serializer.py -> build/lib.macosx-10.5-fat-3.5/yaml

copying lib3/yaml/tokens.py -> build/lib.macosx-10.5-fat-3.5/yaml

running build_ext
Traceback (most recent call last):
File “”, line 1, in

File “/private/tmp/pip-build-ja1h1qo5/pyyaml/setup.py”, line 339, in
cmdclass=cmdclass,

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/core.py”, line 148, in setup
dist.run_commands()

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py”, line 955, in run_commands
self.run_command(cmd)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py”, line 974, in run_command
cmd_obj.run()

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/command/install.py”, line 61, in run
return orig.install.run(self)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/command/install.py”, line 539, in run
self.run_command(‘build’)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/cmd.py”, line 313, in run_command
self.distribution.run_command(command)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py”, line 974, in run_command
cmd_obj.run()

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/command/build.py”, line 135, in run
self.run_command(cmd_name)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/cmd.py”, line 313, in run_command
self.distribution.run_command(command)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py”, line 974, in run_command
cmd_obj.run()

File “/private/tmp/pip-build-ja1h1qo5/pyyaml/setup.py”, line 164, in run
_build_ext.run(self)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/command/build_ext.py”, line 309, in run
customize_compiler(self.compiler)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/sysconfig.py”, line 170, in customize_compiler
_osx_support.customize_compiler(_config_vars)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/_osx_support.py”, line 418, in customize_compiler
_find_appropriate_compiler(_config_vars)

File “/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/_osx_support.py”, line 191, in _find_appropriate_compiler
"
Cannot locate working compiler")
SystemError: Cannot locate working compiler


Command “/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -u -c “import setuptools, tokenize;file=’/private/tmp/pip-build-ja1h1qo5/pyyaml/setup.py’;
f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))”
install --record /tmp/pip-h8q4xgi4-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /private/tmp/pip-build-ja1h1qo5/pyyaml/

https://www.python.org/ftp/python/3.5.4/python-3.5.4-macosx10.5.pkg
Make sure you have the specific PPC compiler installed for Mac OS 10.5 / python 3.5.x

I went to Python.org/download it seems to download as one package. Is it possible to download just the compiler or Dev tools?