I’m very new to this
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.