Skip to content

Explicitly set version for qasync in requirements.txt#7

Open
gliu20 wants to merge 1 commit into
pwilkin:mainfrom
gliu20:patch-1
Open

Explicitly set version for qasync in requirements.txt#7
gliu20 wants to merge 1 commit into
pwilkin:mainfrom
gliu20:patch-1

Conversation

@gliu20
Copy link
Copy Markdown

@gliu20 gliu20 commented Oct 17, 2025

Newer versions of qasync greater than 0.25.0 break with the following error

File "llama-runner/main.py", line 107, in main
    asyncio.set_event_loop_policy(qasync.DefaultQEventLoopPolicy())
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'qasync' has no attribute 'DefaultQEventLoopPolicy'

Pinning to an older version resolves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant