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
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.
The text was updated successfully, but these errors were encountered:
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..
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.
The text was updated successfully, but these errors were encountered: