Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. NotImplementedError: QAsyncioEventLoop.getaddrinfo() is not implemented yet

NotImplementedError: QAsyncioEventLoop.getaddrinfo() is not implemented yet

Scheduled Pinned Locked Moved Unsolved Qt for Python
1 Posts 1 Posters 124 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    batton
    wrote on 9 Apr 2025, 19:28 last edited by
    #1

    I was pointed to the QtAsyncio module to allow me to integrate asynchronous calls into my PyQt app.
    I have a langgraph app that was working stand-alone, but when I port the code into an async method of my PyQt app, I get the error mentioned in the title.

    The offending code is this:

    messages = await app.ainvoke(inputs)
    
    ainvoke()
    

    Is a standard langchain asynchronous function, and it worked when I ran the code in its own program before porting it to my PyQt app.

    Can anybody please shed some light on this?

    1 Reply Last reply
    0

    1/1

    9 Apr 2025, 19:28

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved