Skip to content
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

'coroutine' object is not callable #227

Closed
HobbitArmy opened this issue Jun 13, 2024 · 2 comments
Closed

'coroutine' object is not callable #227

HobbitArmy opened this issue Jun 13, 2024 · 2 comments

Comments

@HobbitArmy
Copy link

语义分割项目
创建项目,创建不了,弹窗“项目创建失败”
报错如下:
TypeError: 'coroutine' object is not callable
ERROR [uvicorn.error] Exception in ASGI application
Traceback (most recent call last):
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\protocols\http\httptools_impl.py", line 401, in run_asgi
result = await app(self.scope, self.receive, self.send)
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 78, in call
return await self.app(scope, receive, send)
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\message_logger.py", line 86, in call
raise exc from None
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\message_logger.py", line 82, in call
await self.app(scope, inner_receive, inner_send)
File "D:\anaconda3\envs\py310\lib\site-packages\connexion\middleware\main.py", line 505, in call
await self.app(scope, receive, send)
File "D:\anaconda3\envs\py310\lib\site-packages\starlette\middleware\errors.py", line 181, in call
await response(scope, receive, send)
TypeError: 'coroutine' object is not callable

@HobbitArmy
Copy link
Author

Found solution:
"
pip install uvicorn==0.14 --no-deps
pip install connexion==2.14.1 --no-deps
pip install anyio==3.0 --no-deps
pip install Werkzeug==2.2.2 --no-deps
pip install starlette==0.21.0 --no-deps
pip install Flask==2.2.2 --no-deps
pip install Flask-Cors==3.0.10 --no-deps
pip install a2wsgi==1.8.0 --no-deps
pip install alembic==1.12.1 --no-deps
pip install a2wsgi uvicorn==0.18.1
"

from:
#214 (comment)

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

1 participant