Closed nimar closed 9 months ago
The issue is with the python version, |
was added in python 3.10, so not available in python 3.9 :)
The issue is with the python version,
|
was added in python 3.10, so not available in python 3.9 :)
get the same error here, so why not to use union type to fix this?
I'm trying to test the examples of crewai, but the initial import of crewai fails.
I'm using
crewai-0.5.0 langchain-0.1.0 langchain-openai-0.0.2.post1
on Python 3.9 on MacOS in a virtual environment.Here's the code sample
This is the full stack trace: