Closed
Description
I'm new to the entire CircuitPython library.
Was following an online example to create a HTTP server and this line in the example is throwing an error...
import adafruit_esp32spi.adafruit_esp32spi_wsgiserver as server
Error is..
Traceback (most recent call last):
File "code.py", line 1, in <module>
File "adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py", line 34, in <module>
ImportError: cannot import name parse_headers
I do have the adafruit_requests library installed.
But maybe I have something incorrect in my installation.
I do have other things working using CircuitPython so in general I am running code fine.
Metadata
Metadata
Assignees
Labels
No labels