Reputation: 1
I am unable to import pipeline, I am following exactly as documented in docs.crewai.com I am using python 3.12.4 in virtual environment
from crewai import Pipeline
Import error: cannot import name Pipeline from crewai
How to fix it?
Upvotes: -1
Views: 329
Reputation: 1
Reinstalling the library on new venv worked.
My approach:
Upvotes: 0