Hi,
I first had a problem where upy was unavailable (I think the Blender python interpreter couldn't find the upy package), so I installed it using pip with the blender interpreter.
I'm now getting this error when checking any if the add-on boxes:
Traceback (most recent call last):
mod = __import__(module_name)
File "/Users/*/Library/Application Support/Blender/2.79/scripts/addons/upy_autoPack_plugin_blender.py", line 133, in <module>
upy.setUIClass() #set the class
AttributeError: module 'upy' has no attribute 'setUIClass'
any help is much appreciated
jon