crewAIInc / crewAI-examples

A collection of examples that show how to use CrewAI framework to automate workflows.
2.88k stars 1.1k forks source link

Error with dependencies on Pydantic #25

Closed knotsandties closed 10 months ago

knotsandties commented 10 months ago

After facing no problems running crewai, facing the following error:

ImportError: cannot import name 'InstanceOf' from 'pydantic' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pydantic/init.cpython-311-darwin.so)

Tried uninstall-reinstall both crewai and pydantic. Any suggestions?