-
Notifications
You must be signed in to change notification settings - Fork 1.1k
No module named 'enterprise' #414
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
Comments
It is likely a problem with the latest version of Litellm (v1.67). By downgrading litellm to v1.66, this issue can be circumvented. However, after the downgrade, another exception will occur in the adk0.3.0 itself and the
|
Facing same issue on importing " from google.adk.models.lite_llm import LiteLlm " |
I am also facing same issue when trying to use LiteLLM with ADK |
then everything is ok |
Thanks @nneverwei After downgrading the version to V1.66 it's working fine in Mac . |
It's a bug in litellm and not related to adk-python. Ping litellm to 1.67.2, or upgrade to 1.67.4.post1 helps. |
…e. So users(esp. windows) can disable this if they come across the '_make_subprocess_transport NotImplementedError' bug on windows. [issue-#414](google/adk-python#414) [pull-#415](google/adk-python#415)
Acknowledging the issue - we're working on this |
this looks like it's been fixed since v1.67.4
This line no longer exists in our codebase. It's now in a try-except. Commit: BerriAI/litellm@1e0ee22#diff-ab79fe7e44da7e4b6266450180d908ea8d7dd6599bec809ef25d2bb5f31d4077 ![]() |
Describe the bug
Using adk v0.3.0 + litellm v1.67.4 (latest), no interaction with any agent can be performed in adk web. An exception is thrown: "No module named 'enterprise'".
Last week should have been normal, but after updating adk and litellm to the latest version, it became abnormal.
To Reproduce
Steps to reproduce the behavior:
pip install adk
pip install litellm
adk web
,Error occurred "No module named 'enterprise'"Screenshots

Exception stack
Desktop :
The text was updated successfully, but these errors were encountered: