adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

Module 'types' not found in CircuitPython 7.1.0 #92

Closed wellsta103 closed 2 years ago

wellsta103 commented 2 years ago

adafruit_requests.py, version 1.10.3+ imports module 'types' which is not defined in CircuitPython 7.1.0:

ImportError: no module named 'types'

dhalbert commented 2 years ago

This is fixed by https://github.com/adafruit/Adafruit_CircuitPython_Requests/releases/tag/1.10.4, which will be in the bundle tonight.

FoamyGuy commented 2 years ago

Confirmed with pyportal and install from today's bundle this is resolved.

ladyada commented 2 years ago

thankya!