You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello! I made a local clone of the main branch of the project. I built the image and uploaded it to the image registry. When trying to deploy an image to runpod.io I get the following error:
2024-12-03T06:39:09.554304123Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554306533Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/main.py", line 410, in main
2024-12-03T06:39:09.554384306Z run(
2024-12-03T06:39:09.554388756Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/main.py", line 577, in run
2024-12-03T06:39:09.554503369Z server.run()
2024-12-03T06:39:09.554509799Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 65, in run
2024-12-03T06:39:09.554523110Z return asyncio.run(self.serve(sockets=sockets))
2024-12-03T06:39:09.554543481Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554547731Z File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
2024-12-03T06:39:09.554605813Z return runner.run(main)
2024-12-03T06:39:09.554609043Z ^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554611493Z File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
2024-12-03T06:39:09.554668265Z return self._loop.run_until_complete(task)
2024-12-03T06:39:09.554681015Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554684025Z File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
2024-12-03T06:39:09.554806379Z return future.result()
2024-12-03T06:39:09.554810189Z ^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554812639Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 69, in serve
2024-12-03T06:39:09.554865431Z await self._serve(sockets)
2024-12-03T06:39:09.554874942Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 76, in _serve
2024-12-03T06:39:09.554917993Z config.load()
2024-12-03T06:39:09.554925693Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/config.py", line 440, in load
2024-12-03T06:39:09.555014976Z self.loaded_app = self.loaded_app()
2024-12-03T06:39:09.555022496Z ^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.555025136Z File "/root/faster-whisper-server/faster_whisper_server/main.py", line 59, in create_app
2024-12-03T06:39:09.555070848Z app.include_router(stt_router)
2024-12-03T06:39:09.555088658Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/applications.py", line 1447, in include_router
2024-12-03T06:39:09.555279785Z self.router.include_router(
2024-12-03T06:39:09.555283965Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 1300, in include_router
2024-12-03T06:39:09.555461950Z self.add_api_route(
2024-12-03T06:39:09.555474711Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 931, in add_api_route
2024-12-03T06:39:09.555561224Z route = route_class(
2024-12-03T06:39:09.555567234Z ^^^^^^^^^^^^
2024-12-03T06:39:09.555570394Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 556, in init
2024-12-03T06:39:09.555648647Z get_parameterless_sub_dependant(depends=depends, path=self.path_format),
2024-12-03T06:39:09.555674428Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.555677937Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/dependencies/utils.py", line 129, in get_parameterless_sub_dependant
2024-12-03T06:39:09.555731109Z depends.dependency
2024-12-03T06:39:09.555750550Z AttributeError: 'function' object has no attribute 'dependency'
Please tell me, what am I doing wrong?
The text was updated successfully, but these errors were encountered:
hello! I made a local clone of the main branch of the project. I built the image and uploaded it to the image registry. When trying to deploy an image to runpod.io I get the following error:
2024-12-03T06:39:09.554304123Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554306533Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/main.py", line 410, in main
2024-12-03T06:39:09.554384306Z run(
2024-12-03T06:39:09.554388756Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/main.py", line 577, in run
2024-12-03T06:39:09.554503369Z server.run()
2024-12-03T06:39:09.554509799Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 65, in run
2024-12-03T06:39:09.554523110Z return asyncio.run(self.serve(sockets=sockets))
2024-12-03T06:39:09.554543481Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554547731Z File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
2024-12-03T06:39:09.554605813Z return runner.run(main)
2024-12-03T06:39:09.554609043Z ^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554611493Z File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
2024-12-03T06:39:09.554668265Z return self._loop.run_until_complete(task)
2024-12-03T06:39:09.554681015Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554684025Z File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
2024-12-03T06:39:09.554806379Z return future.result()
2024-12-03T06:39:09.554810189Z ^^^^^^^^^^^^^^^
2024-12-03T06:39:09.554812639Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 69, in serve
2024-12-03T06:39:09.554865431Z await self._serve(sockets)
2024-12-03T06:39:09.554874942Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 76, in _serve
2024-12-03T06:39:09.554917993Z config.load()
2024-12-03T06:39:09.554925693Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/uvicorn/config.py", line 440, in load
2024-12-03T06:39:09.555014976Z self.loaded_app = self.loaded_app()
2024-12-03T06:39:09.555022496Z ^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.555025136Z File "/root/faster-whisper-server/faster_whisper_server/main.py", line 59, in create_app
2024-12-03T06:39:09.555070848Z app.include_router(stt_router)
2024-12-03T06:39:09.555088658Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/applications.py", line 1447, in include_router
2024-12-03T06:39:09.555279785Z self.router.include_router(
2024-12-03T06:39:09.555283965Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 1300, in include_router
2024-12-03T06:39:09.555461950Z self.add_api_route(
2024-12-03T06:39:09.555474711Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 931, in add_api_route
2024-12-03T06:39:09.555561224Z route = route_class(
2024-12-03T06:39:09.555567234Z ^^^^^^^^^^^^
2024-12-03T06:39:09.555570394Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 556, in init
2024-12-03T06:39:09.555648647Z get_parameterless_sub_dependant(depends=depends, path=self.path_format),
2024-12-03T06:39:09.555674428Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-03T06:39:09.555677937Z File "/root/faster-whisper-server/.venv/lib/python3.12/site-packages/fastapi/dependencies/utils.py", line 129, in get_parameterless_sub_dependant
2024-12-03T06:39:09.555731109Z depends.dependency
2024-12-03T06:39:09.555750550Z AttributeError: 'function' object has no attribute 'dependency'
Please tell me, what am I doing wrong?
The text was updated successfully, but these errors were encountered: