You have currently two Python versions installed on your computer.
This line says that you’re using Python interpreter v3.13.0
. Although you installed Python v3.11.9
, you’re using a newer interpreter when running commands, which is not compatible with CrewAI.
If you’re using Visual Studio Code, then change the Python interpreter as follows:
- Press Ctrl + Shift + P on Windows or ⌘ + ⇧ + P on Mac.
- Type the following command:
> Python: Select Interpreter
- Choose the Python interpreter
v3.11.9
.