Closed GhayourAli closed 1 week ago
is that the full error message?
@theCyberTech yes this is the full error message
did you cd into the project?
@BriCusack Yes I am in the project directory
Same issue. Windows 11, Python 3.11.3:
cd riff-crewai python -m venv crewai-env .\crewai-env\Scripts\activate crewai create crew riff_crew_helloworld Crew riff_crew_helloworld created successfully! cd riff_crew_helloworld crewai install
Try using Poetry env not python venv:
$ crewai create crew <project_name>
$ cd project_name
$ poetry install --no-root
$ poetry shell
note - in vscode run
$ poetry env info
and grab the Executable python path for the interpreter. Add as path.
than:
$ crewai run
Hope this helps
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Description
I have created a new crewai project using
crewai create crew <project_name>
command. Without making any changes, I run the 'crewai run' command but it gives the following error. I am using windows machine. The system cannot find the file specified Error I don't have OpenAI key, therefore I tried using Claude 3.5 from AWS Bedrock. But receiving same error everytime.Steps to Reproduce
crewai create crew
commentcrewai run
command. It gives error [WinError 2] The system cannot find the file specified ErrorExpected behavior
crewai.run command should start the agents and complete the tasks.
Screenshots/Code snippets
Operating System
Windows 11
Python Version
3.10
crewAI Version
0.51.1
crewAI Tools Version
0.12.0
Virtual Environment
Venv
Evidence
Possible Solution
None
Additional context
None