I am getting IO error because ~/.chirprc file is not found. The entire chirp sdk is downloaded from the official https://developers.chirp.io/downloads.
Also there is a Attribute error which seems to be getting ignored
Ran the following commands:
python setup.py install python setup.py build python example.py
Exact error is:
python example.py Traceback (most recent call last): File "example.py", line 102, in <module> main(args.c, args.i, args.o, args.b, args.s) File "example.py", line 56, in main sdk = ChirpConnect(block=block_name) File "C:\00_Work\01_Documents\09_Papers\05_Chirp\chirpsdk\connect.py", line 392, in __init__ self.read_chirprc(block) File "C:\00_Work\01_Documents\09_Papers\05_Chirp\chirpsdk\connect.py", line 485, in read_chirprc raise IOError('Could not find a ~/.chirprc file') IOError: Could not find a ~/.chirprc file Exception AttributeError: "'ChirpConnect' object has no attribute '_sdk'" in <bound method ChirpConnect.__del__ of <chirpsdk.connect.ChirpConnect object at 0x0000000006CE4278>> ignored