Skip to content

package duckduck_search obsolete #101

@amartin-tech

Description

@amartin-tech

Hello,

I'm opening this issue because I've found that the dukduk_search tool is no longer working as the package has been renamed. The duckduckgo_search package has been renamed to ddgs.

Proposed Changes

To fix this, the following two files need to be modified:

1. Tool File Modification

  • File: app/tools/DuckDuckGoSearchTool.py
  • Change: Replace the import statement on line 3 from:
    from duckduckgo_search import DDGS
    to:
    from ddgs import DDGS
    This updates the import to reflect the new package name.

2. Requirements File Modification

  • File: requirements.txt
  • Change: Replace the package on line 17 from:
    duckduckgo-search>=8.0.2
    
    to:
    ddgs
    
    This ensures that the correct dependency is installed for the project.

Thank you for your attention to this matter.

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