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

docs(README.md): fix error #4

Closed
wants to merge 2 commits into from
Closed

Conversation

lloydchang
Copy link

Fix lloydchang#1 ModuleNotFoundError: No module named 'litellm'

While litellm has been added to requirements.txt via abfbc91

The version of rawdog on pip, paired with README.md instructions, is missing a reference to litellm.

Hence the simplest workaround is to amend README.md instructions as follows:

pip install rawdog-ai litellm

Fix #1 ModuleNotFoundError: No module named 'litellm'

While litellm has been added to requirements.txt via AbanteAI@abfbc91

The version of rawdog on pip, paired with README.md instructions, is missing a reference to litellm.

Hence the simplest workaround is to amend README.md instructions as follows:

pip install rawdog-ai litellm
@granawkins
Copy link
Member

Oof, good catch. I should probably do a proper pip update instead though. Let's wait a few hours to see if any other bugs come up and I'll include this in the next release. 🙏

@granawkins granawkins mentioned this pull request Feb 3, 2024
@lloydchang lloydchang closed this Feb 4, 2024
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

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'litellm'
2 participants