Hello,
I have an IX15 connected through ethernet to my computer. I am attempting to run some of the sample programs through PyCharm, but the requirements are failing to be installed in the IX15 with the following message:
Installing requirements in the Digi device… [ERROR] Could not install the requirements in the Digi device:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0xb4fb5bf8>: Failed to establish a new connection: [Errno -3] Try again’)‘: /simple/azure-iot-device/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0xb4fb5d00>: Failed to establish a new connection: [Errno -3] Try again’)‘: /simple/azure-iot-device/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0xb4fb5dd8>: Failed to establish a new connection: [Errno -3] Try again’)‘: /simple/azure-iot-device/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0xb4fb5eb0>: Failed to establish a new connection: [Errno -3] Try again’)‘: /simple/azure-iot-device/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0xb4fb5f88>: Failed to establish a new connection: [Errno -3] Try again’)': /simple/azure-iot-device/
ERROR: Could not find a version that satisfies the requirement azure-iot-device (from versions: none)
ERROR: No matching distribution found for azure-iot-device
I suspect there is some issue with the IX15’s access to google to download the requirements, as pinging 8.8.8.8 returns “connect: Network unreachable”. Is there something I’m missing in my IX15 setup or ethernet setup that is messing this up?