Skip to content

"ImportError: no module named 'hashlib'" on the WIZnet W5500-EVB-Pico #73

Closed
@Akkiesoft

Description

@Akkiesoft

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

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