fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
When running the trip_planner agent it fails due to missing pkg_resources (setuptools). To fix this:
pipx inject fabric setuptools
Version check
[X] Yes I was.
Relevant log output
File "/Users/pedram/Library/Application Support/pipx/venvs/fabric/lib/python3.12/site-packages/crewai/telemtry/telemetry.py", line 6, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Hey! i actually just changed how --agents works. Now it creates its own agent and runs it. Just try echo "plan a trip to italy for me" | fabric --agents
What happened?
When running the trip_planner agent it fails due to missing pkg_resources (setuptools). To fix this:
pipx inject fabric setuptools
Version check
Relevant log output
Relevant screenshots (optional)
No response