deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.
MIT License
932 stars 117 forks source link

ImportError: cannot import name 'DDGS' from partially initialized module 'duckduckgo_search' #162

Closed worm128 closed 6 months ago

worm128 commented 6 months ago

我已经安装了pip install -U duckduckgo_search 并且ddgs version显示版本4.1.0 搜索ddgs text -k "china is a global threat" -p socks5://localhost:10806也有结果 当时python导入DDGS包时候报错【ImportError: cannot import name 'DDGS' from partially initialized module 'duckduckgo_search'】

微信图片_20231221163638
deedy5 commented 6 months ago

Rename your script. You are importing duckduckgo_search into duckduckgo_search.py