-
Notifications
You must be signed in to change notification settings - Fork 239
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
can not initializing the RouteLLM controller #21
Comments
Looks like a dependency issue. Could you share the output of |
python3.9 environment pip freeze result:
when i use conda create python 3.11 environment and install dependency, it runs normally! my os is: ubuntu 20.04 |
I see, thank you for checking! I suspect this is probably to do some dependency conflict with Python 3.9 then, so I would suggest to use Python >=3.10 for the time being! |
@Walter-Liu-X This is an issue with the recently released |
when i initializing the RouteLLM controller with demo, i meet the errors below:
i use python 3.9.5 and install routellm with
pls help to find the problem, ths!
The text was updated successfully, but these errors were encountered: