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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this work with Python 3.12?

hgoona opened this issue · comments

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>>```

It's a bug in curl-cffi.
Fixed in yifeikong/curl_cffi#245
Wait for a new version of curl-cffi