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
I'm getting the following error message:"ValueError: Dependency open-api key needed when Ollama specified. #2 of field project.dependencies is invalid: Expected end or semicolon (after name and no valid version specifier)
asyncio*"
when I try to run crewai install.
2.README file states that this is built on poetry when in fact the pyproject.toml file uses uv instead
3.README starts with crewai install assuming a local installation of crewai instead of a virtual one.
I am working of fixing these, please assign it to me.
The text was updated successfully, but these errors were encountered:
project.dependencies
is invalid: Expected end or semicolon (after name and no valid version specifier)asyncio*"
when I try to run crewai install.
2.README file states that this is built on poetry when in fact the pyproject.toml file uses uv instead
3.README starts with crewai install assuming a local installation of crewai instead of a virtual one.
I am working of fixing these, please assign it to me.
The text was updated successfully, but these errors were encountered: