Azure / iot-central-micropython-client

A micropython SDK for connecting devices to Microsoft Azure IoT Central
MIT License
13 stars 12 forks source link

ImportError: no module named 'itertools' #2

Closed kitplummer closed 2 years ago

kitplummer commented 2 years ago
Installing to: /lib/
Warning: micropython.org SSL certificate is not validated
Installing micropython-iotc 1.1.0 from https://files.pythonhosted.org/packages/f9/2a/bc30d6ee3665ea68690695aee0e15118203a1643fc3fc180be7b72f893b5/micropython-iotc-1.1.0.tar.gz
Traceback (most recent call last):
  File "<stdin>", line 12, in <module>
  File "/lib/iotc/__init__.py", line 1, in <module>
  File "/lib/iotc/constants.py", line 1, in <module>
ImportError: no module named 'itertools'

Maybe something I'm missing from the base image?

kitplummer commented 2 years ago

Urgh. Just had to also install itertools.