I can not install Crewai on Mac M1

I’m very new to this :sweat_smile:

When I try to install crewai, I get this error:

pip install crewai==0.28.8 crewai_tools==0.1.6 langchain_community==0.0.29
ERROR: Ignored the following versions that require a different python version: 0.10.0 Requires-Python >=3.10,<4.0; 0.11.0 Requires-Python >=3.10,<4.0; 0.11.1 Requires-Python >=3.10,<4.0; 0.11.2 Requires-Python >=3.10,<4.0

I’ve installed python v3.13, however, on VS is still running v3.10.
How can I solve this?

Thanks in advance.

1 Like

Hi @Priscila,

Search the web about creating python environments. For example, this is an article about how to do so using condo.

Best,
Mubsi