We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console log: AttributeError: partially initialized module 'asyncio' has no attribute 'get_running_loop' (most likely due to a circular import)
i dont update any code , just execute poery install .
AttributeError: partially initialized module 'asyncio' has no attribute 'get_running_loop' (most likely due to a circular import)
@italojohnny @ogabrielluiz
windows 11
1.1.1
3.11
No response
The text was updated successfully, but these errors were encountered:
To resolve the "AttributeError: partially initialized module 'asyncio' has no attribute 'get_running_loop'" error, you can try the following solution:
Rename the /langflow/logging folder to /langflow/_logging. This change addresses the naming conflict that causes the circular import issue [1].
/langflow/logging
/langflow/_logging
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other
Sorry, something went wrong.
No branches or pull requests
Bug Description
console log:
AttributeError: partially initialized module 'asyncio' has no attribute 'get_running_loop' (most likely due to a circular import)
Reproduction
i dont update any code , just execute poery install .
Expected behavior
AttributeError: partially initialized module 'asyncio' has no attribute 'get_running_loop' (most likely due to a circular import)
Who can help?
@italojohnny @ogabrielluiz
Operating System
windows 11
Langflow Version
1.1.1
Python Version
3.11
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: