Pyarm.list_uarms() broken

I am trying to run the firmware_helper.py and its failing like so:

Traceback (most recent call last):
File “firmware_helper.py”, line 142, in
main()
File “firmware_helper.py”, line 120, in main
version_compare = comapre_version()
File “firmware_helper.py”, line 91, in comapre_version
get_uarm_version()
File “firmware_helper.py”, line 81, in get_uarm_version
uarm_list = list_uarms()
NameError: global name ‘list_uarms’ is not defined

I installed pyarm using pip (1.3.13). I also tried downloading and installing pyarm using setup.py from github and list_uarms() is still not working.

Hi, Please try pip install pyuarm, then use python -m pyuarm.tools.firmware_helper