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
Forum Updated to NodeBB v4.3 + New Features

NotImplementedError: QAsyncioEventLoop.getaddrinfo() is not implemented yet

Scheduled Pinned Locked Moved Unsolved Qt for Python
1 Posts 1 Posters 192 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 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

    • Login

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