Attempting to install crewai 0.28.8, error No matching distribution found for crewai==0.28.8

Trying to install crewai on mac.
pip install crewai==0.28.8 crewai_tools==0.1.6 langchain_community==0.0.29

ERROR: Could not find a version that satisfies the requirement crewai==0.28.8 (from versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.5, 0.1.6, 0.1.7, 0.1.14, 0.1.15, 0.1.16, 0.1.17, 0.1.23, 0.1.24, 0.1.32, 0.5.0, 0.5.2, 0.5.3, 0.5.5, 0.10.0, 0.11.0, 0.11.1, 0.11.2)

ERROR: No matching distribution found for crewai==0.28.8

Python version installed
python3 --version
Python 3.13.2

Requirement file says
crewai==0.28.8
crewai_tools==0.1.6
langchain_community==0.0.29

Issue resolved with installing python 3.11.11

1 Like