I'm trying to compile SiK to get bootloader and firmware, but with no success... On both Linux and Mac I've got "ImportError: No module named argparse". Seems that there's problem with Python version. Does anyone have HEX files for HM-TRP SiK mod?
You need to be a member of diydrones to add comments!
Replies
Hi Marcin,
Just install the python-argparse module. On my Ubuntu system the command is "sudo apt-get install python-argparse"
On a Mac I think the command would be "easy-install argparse", but I don't have a Mac to check this.
Cheers, Tridge