exo icon indicating copy to clipboard operation
exo copied to clipboard

Error processing prompt: llvmlite.binding.initialize() is deprecated

Open thePurpyel opened this issue 3 months ago • 4 comments

When sending a message in the tinychat UI, this error is returned and no response is generated: Failed to fetch completions: Error processing prompt (see logs with DEBUG>=2): llvmlite.binding.initialize() is deprecated and will be removed. LLVM initialization is now handled automatically. Please remove calls to this function from your code and check for other behavioral changes that may have occurred due to LLVM updates.

Details:

Error: Failed to fetch completions: Error processing prompt (see logs with DEBUG>=2): llvmlite.binding.initialize() is deprecated and will be removed. LLVM initialization is now handled automatically. Please remove calls to this function from your code and check for other behavioral changes that may have occurred due to LLVM updates.
    at Proxy.openaiChatCompletion (http://192.168.2.22:52415/index.js:416:17)
    at async Proxy.processMessage (http://192.168.2.22:52415/index.js:320:19)

thePurpyel avatar Oct 04 '25 19:10 thePurpyel

this is currently a complete showstopper

spotlesscoder avatar Oct 14 '25 17:10 spotlesscoder

Any updates on this ?

luigizuccarelli avatar Oct 17 '25 11:10 luigizuccarelli

Try to uninstall llvmlite and install llvmlite==0.44, you could do that by

pip install llvmlite==0.44

estatic avatar Oct 26 '25 16:10 estatic

@estatic - cool will give it try, Thanks

luigizuccarelli avatar Oct 27 '25 07:10 luigizuccarelli