Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

ModuleNotFoundError: No module named 'wget' #36

Description

@hlin863

When running the get_data.py, I encounter an error that the wget library isn't found:

Traceback (most recent call last):
  File "c:\Users\haoch\source\repos\farmer\get_data.py", line 2, in <module>
    import wget
ModuleNotFoundError: No module named 'wget'
PS C:\Users\haoch\source\repos\farmer> pip install wget

However, when I checked whether wget is installed from the instruction pip install wget, it states that the requirements were already satisfied:

Requirement already satisfied: wget in c:\python310\lib\site-packages (3.2)

Thank you in advance for considering my question,

Yours sincerely,

Haocheng

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions