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 had the same issue. Doing a from crewai import Agents gave me an ImportError: No module named pkg_resources.
Solved that by doing a pip install setuptools.
After that it works.
I tried getting the PraisonAI framework to run multiple times with a clean installation into a venv:
I get the UI started (after reloading the page - when the browser opens, it says 'page not found')
However, when I'm calling one of the example prompts, I'm getting this error:
ImportError:
CrewAI is not installed. Please install with:
pip install "praisonai[crewai]"
I'm using Linux MINT 22.
The text was updated successfully, but these errors were encountered: