danielmiessler / fabric

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.
https://danielmiessler.com/p/fabric-origin-story
MIT License
24.53k stars 2.63k forks source link

[Bug]: Missing Trip Planner Dependency #320

Closed pedramamini closed 7 months ago

pedramamini commented 7 months ago

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

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'

Relevant screenshots (optional)

No response

xssdoctor commented 7 months ago

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