I just got the error.
ImportError: cannot import name ‘LLM’ from ‘crewai’ (/Users/mbj0593/Library/Caches/pypoetry/virtualenvs/operations-LB7ZkEO4-py3.11/lib/python3.11/site-packages/crewai/init.py)
My crewai package version is 0.86.0, python version is 3.11
Also, I’ve just found the docs “Quickstart - CrewAI” is not correct.
For example, crewai create crew is not support, but “crewai create”
And according to the Readme file in the created project, I would run the project with poetry.
…