You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependencies from adafruit_itertools.adafruit_itertools, needed by adafruit_itertools.adafruit_itertools_extras not loaded resulting in AttributeError. To reproduce run the following.
>>> import issues.itertools
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
File "/lib/issues/itertools.py", line 5, in<module>
File "adafruit_itertools/adafruit_itertools_extras.py", line 341, in take
AttributeError: 'module' object has no attribute 'islice'
Adafruit CircuitPython 4.1.0 on 2019-08-02; Adafruit CircuitPlayground Express with samd21g18
adafruit-circuitpython-bundle-4.x-mpy-20190816
The text was updated successfully, but these errors were encountered:
Dependencies from adafruit_itertools.adafruit_itertools, needed by adafruit_itertools.adafruit_itertools_extras not loaded resulting in AttributeError. To reproduce run the following.
Adafruit CircuitPython 4.1.0 on 2019-08-02; Adafruit CircuitPlayground Express with samd21g18
adafruit-circuitpython-bundle-4.x-mpy-20190816
The text was updated successfully, but these errors were encountered: