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.

Home Page:https://danielmiessler.com/p/fabric-origin-story

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Missing Trip Planner Dependency

pedramamini opened this issue · comments

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

  • 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'

Relevant screenshots (optional)

No response

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