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

after doing a fresh install using pipx i'm unable to use fabric anymore?

fabiendostie opened this issue Β· comments

I'm on Mac, I tried completely deleting the installation folder and then git cloned a new one then updated using pipx and i cant seem to be able to make this work anymore? Any clues?

fabric -h
zsh: no such file or directory: /Users/lefab/Library/Caches/pypoetry/virtualenvs/fabric-Jn0BYPwF-py3.11/bin/fabric

try this. Go into the fabric folder then git pull. then pipx uninstall fabric. then pipx install .

did not help:

git pull
Already up to date.
pipx uninstall
usage: pipx uninstall [-h] [--quiet] [--verbose] package
pipx uninstall: error: the following arguments are required: package
pipx uninstall fabric
uninstalled fabric! ✨ 🌟 ✨
pipx install fabric
⚠️  Note: fab was already on your PATH at /usr/local/bin/fab
  installed package fabric 3.2.2, installed using Python 3.12.2
  These apps are now globally available
    - fab
done! ✨ 🌟 ✨
fabric -h
zsh: no such file or directory: /Users/lefab/Library/Caches/pypoetry/virtualenvs/fabric-Jn0BYPwF-py3.11/bin/fabric

i also get the same when:

git pull; pipx install . --force; fabric --update; source ~/.zshrc
Already up to date.
Installing to existing venv 'fabric'
  installed package fabric 1.2.0, installed using Python 3.12.2
  These apps are now globally available
    - fab
    - fabric
    - fabric-api
    - fabric-webui
    - save
    - ts
    - yt
done! ✨ 🌟 ✨
zsh: no such file or directory: /Users/lefab/Library/Caches/pypoetry/virtualenvs/fabric-Jn0BYPwF-py3.11/bin/fabric

Type pipx uninstall fabric. Then pipx install . (Put in the dot)

You know what it was? i was using fabric not Fabric.... i feel dumb!

thanks for the help