As a rigging noob, I am drawn to use the Pitchipoy skeleton from the Rigify addon, but I am struggling to make sense of the following error code that keeps the metarig from generating anything at all.
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.77\scripts\addons\rigify\ui.py", line 286, in execute
generate.generate_rig(context, context.object)
File "C:\Program Files\Blender Foundation\Blender\2.77\scripts\addons\rigify\generate.py", line 293, in generate_rig
raise e
File "C:\Program Files\Blender Foundation\Blender\2.77\scripts\addons\rigify\generate.py", line 281, in generate_rig
scripts = rig.generate()
File "C:\Program Files\Blender Foundation\Blender\2.77\scripts\addons\rigify\rigs\pitchipoy\limbs\super_limb.py", line 499, in generate
bones['fk'] = self.create_fk( bones['parent'] )
File "C:\Program Files\Blender Foundation\Blender\2.77\scripts\addons\rigify\rigs\pitchipoy\limbs\super_limb.py", line 399, in create_fk
eb[ ctrls[2] ].parent = eb[ mch ]
IndexError: list index out of range
location: <unknown location>:-1
To me, the error message suggests that the problem mostly has to do with the Pitchipoy files, but to be on the safe side, these are the screenshots before and after my attempts to generate.

