Closed
Description
Hi.
When I import the adafruit_httpserver on the WIZnet W5500-EVB-Pico, I got following error.
Adafruit CircuitPython 8.2.9 on 2023-12-06; W5500-EVB-Pico with rp2040
>>> from adafruit_httpserver import Server, Request, Response, MIMEType
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_httpserver/__init__.py", line 56, in <module>
File "adafruit_httpserver/response.py", line 20, in <module>
ImportError: no module named 'hashlib'
The error does not occur in the version I downloaded around May.
I seem to import hashlib
was added at the commit of 1e1ad58 .
How can I solve this problem?
Metadata
Metadata
Assignees
Labels
No labels