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
927 stars 117 forks source link

Can this work with Python 3.12? #188

Closed hgoona closed 4 months ago

hgoona commented 4 months ago

Can DDGS work with Python 3.12? I noted it says >=3.8 ?

I'm using this package, via a LangChain "Tool" library which is built on top of this library, and I'm seeing curl_cffi errors in my vscode terminal.

I'm trying to find out what is causing this error:


task: <Task cancelling name='Task-98' coro=<AsyncCurl._force_timeout() running at C:\Users\ ... \Lib\site-packages\curl_cffi\aio.py:168> wait_for=<Future cancelled>>```
deedy5 commented 4 months ago

It's a bug in curl-cffi. Fixed in https://github.com/yifeikong/curl_cffi/pull/245 Wait for a new version of curl-cffi