Description
import crewai takes >25 seconds
Steps to Reproduce
import crewai
- run the script
- 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

Possible Solution
None
Additional context
None
Description
import crewaitakes >25 secondsSteps to Reproduce
import crewaiExpected behavior
The library should be imported in fraction of second.
Screenshots/Code snippets
Operating System
Windows 10
Python Version
3.12
crewAI Version
0.32.2
crewAI Tools Version
0.3.0
Virtual Environment
Venv
Evidence
Possible Solution
None
Additional context
None