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
22.4k stars 2.34k forks source link

PopOS Install? [Question]: #497

Closed xKaliburOS closed 3 weeks ago

xKaliburOS commented 3 months ago

What is your question?

After reading the documentation, and following along with the network chuck installation guide, for some reason I can make it to the point where you type out

fabric --setup

however, when I do this, I am met with the following error:

Usage: fabric [OPTIONS] COMMAND [ARGS]... Try 'fabric --help' for help.

Error: No such option: --setup Did you mean --help?

Am I missing something here? There were not any path variables that were problematic as fabric installed via pipx producing this outcome: ⚠️ Note: fabric was already on your PATH at /home/joker/miniconda3/bin/fabric installed package fabric 1.2.0, installed using Python 3.10.12 These apps are now globally available

Ive tried a few reinstall methods, reloading dependencies yet for some reason this will never progress past the fabric --setup command.

xKaliburOS commented 2 months ago

Fixed with following commands:

mkdir ~projects cd ~projects git clone gfjdkalghdfpghyeronvskdrnhg cd fabric pipx install . pipx ensurepath

For some reason the application in order to install and run properly for me, needed to be within another directory. Simply downloading the github repo and following along resulted in the application not being able to adequately execute.