I am not able to find any documentation on how to get agt python library installed on Mac OS X Catalina nor on the mindstorm. I am trying to follow the Alexa-gadgets-minstorm examples to run, but unable to run them on visual studio code on Mac OS X Catalina nor on my Mindstorm. Both error out with the following message
Traceback (most recent call last): File "/home/robot/alexa-gadgets-mindstorms/mission-01/mission-01.py", line 19, in <module> from agt import AlexaGadget ImportError: No module named 'agt'
I am trying to follow the instructions at "https://www.hackster.io/alexagadgets/lego-mindstorms-voice-challenge-setup-17300f". It gives a step by step instruction on setting up the mindstorm and visual studio but does not address the compilation issue due to missing module. The agt module is from Amazon to help create Amazon Gadgets and hence I reached out to this forum. Any help here will be appreciated.