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

bug: windows litellm subprocess issue #1817

Open
wxjttxs opened this issue Apr 28, 2024 · 4 comments
Open

bug: windows litellm subprocess issue #1817

wxjttxs opened this issue Apr 28, 2024 · 4 comments

Comments

@wxjttxs
Copy link

wxjttxs commented Apr 28, 2024

ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-3' coro=<start_litellm_background() done, defined at D:\program\phoenix\phoenix_try3\open-webui\backend\apps\litellm\main.py:112> exception=NotImplementedError()>
Traceback (most recent call last):
File "D:\program\phoenix\phoenix_try3\open-webui\backend\apps\litellm\main.py", line 127, in start_litellm_background
await run_background_process(command)
File "D:\program\phoenix\phoenix_try3\open-webui\backend\apps\litellm\main.py", line 88, in run_background_process
process = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\softwares\anaconda\Lib\asyncio\subprocess.py", line 223, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\softwares\anaconda\Lib\asyncio\base_events.py", line 1694, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\softwares\anaconda\Lib\asyncio\base_events.py", line 502, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError

@justinh-rahb
Copy link
Collaborator

Related bug was fixed and merged to main, re-pull and try again.

@tjbck
Copy link
Contributor

tjbck commented Apr 28, 2024

Might be a windows compatibility issue here, try ENABLE_LITELLM=false.

@tjbck tjbck changed the title ERROR:apps.litellm.main:Failed to start subprocess: bug: windows litellm subprocess issue Apr 28, 2024
@tjbck
Copy link
Contributor

tjbck commented Apr 28, 2024

Related #1758

@Silentoplayz
Copy link
Collaborator

@wxjttxs Can you confirm whether or not this issue has been solved with #1758? I realized this has not been linked to the PR and closed yet.

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

No branches or pull requests

4 participants