Skip to content

[BUG] import crewai takes >25 seconds #1370

@Michal-Mikolas

Description

@Michal-Mikolas

Description

import crewai takes >25 seconds

Steps to Reproduce

  1. import crewai
  2. run the script
  3. wait 25 seconds or longer

Expected behavior

The library should be imported in fraction of second.

Screenshots/Code snippets

import time
start = time.time()

import crewai

print(time.time() - start)

Operating System

Windows 10

Python Version

3.12

crewAI Version

0.32.2

crewAI Tools Version

0.3.0

Virtual Environment

Venv

Evidence

Code_wIKMXiY1iv

Possible Solution

None

Additional context

None

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions