-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
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
RuntimeError: you have an eventloop running but not using Jupyter/ipython. #92
Comments
See this issue: jina-ai/serve#4761 |
Note that if you're trying to use this directly in async code you should alter jtype: Flow
with:
asyncio: True It should perhaps be another environmental variable in Yet the default configuration is sync -- hence to work with async code as specified I actually use a filesystem bus in my Discord bot code, just for the sake of making it easy on people who are pulling or creating the docker image directly. |
@AmericanPresidentJimmyCarter yeah, let's have env variable for it. Would you mind raising a PR 😁 ? |
No problem, I will look into it this week. |
I get this when attempting to use VSC (Visual Studio Code) to run DocArray's Document class. It keeps saying to adjust "Client/Flow" to "asyncio=True", but I am not using either of those classes.
Any help would be awesome, thank you!
The text was updated successfully, but these errors were encountered: