Build failed at creating venv virtual environment: `VIRTUAL_ENV=/Users/xxxxx/crew_agent/venv-3.11` does not match the project environment path `.venv` and will be ignored

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:

  1. Press Ctrl + Shift + P on Windows or + + P on Mac.
  2. Type the following command: > Python: Select Interpreter
  3. Choose the Python interpreter v3.11.9.
1 Like