I'm trying to make a simple IoT device that listens to a specific MQTT topic and takes the payload data and displays it on the OLED module. I code in python most of the time, so I'm trying to use that language.
I have an omega2, so storage is tight. I installed python3-light, but I ran into the same issue as that one year old thread above. I tried to install the full python3, but I ran out of storage before it completed. Lucikly the proper package got installed and my script started working.
My suggestion is that he python3-light package be modified to include whatever other packages are required for the python sockets to work properly. I really don't want to go buy usb storage just so I can install the full python3 package.