8000 Import depth is too deep - max recursion stack traces being thrown on import · Issue #19 · adafruit/Adafruit_CircuitPython_GC_IOT_Core · GitHub
[go: up one dir, main page]

Skip to content
Import depth is too deep - max recursion stack traces being thrown on import #19
@geudrik

Description

@geudrik

FeatherS2 running 7.0.0, using the 7.0.0 libraries

>>> from adafruit_gc_iot_core import MQTT_API, Cloud_Core
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "adafruit_gc_iot_core.py", line 32, in <module>
  File "adafruit_jwt.py", line 32, in <module>
  File "adafruit_rsa/__init__.py", line 16, in <module>
  File "adafruit_rsa/key.py", line 27, in <module>
  File "adafruit_rsa/prime.py", line 13, in <module>
  File "adafruit_rsa/randnum.py", line 12, in <module>
  File "adafruit_rsa/transform.py", line 14, in <module>
  File "adafruit_binascii.py", line 57, in <module>
RuntimeError: maximum recursion depth exceeded
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0