-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing fabric #1265
Comments
It says 'setup.py' nor 'pyproject.toml' found, How do I create this two in VS. |
i faced the same problem and ask chat gpt and he gives me this solution Fix the Local Installation (If Needed) rm -rf ~/fabric git clone https://github.com/fabric/fabric.git ~/fabric cd ~/fabric pipx install . just flow this comonds and you will be good |
i also got |
I had a similar experience, then discovered in the README, fabric install is no longer python-based so pipx can't be used. I used this command Then ran fabric --setup. But, now my OpenAI API Key is giving an error. |
I downloaded ollama and got llama3.2, :1b the file is only about 1.5G, but I think Fabric may be better, I don’t want to take up to much of my hardrive.
David Yin
Realtor
DIR
(619) 784-7663
EML
***@***.******@***.***'>
LIC#
2081547
[Harcourts]
San Diego
437 S. Hwy. 101 Ste 116 Solana Beach, CA 92075 US
This communication, including attachments, is for the exclusive use of the addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies.
…________________________________
From: leygrgj121 ***@***.***>
Sent: Tuesday, January 21, 2025 2:15:22 PM
To: danielmiessler/fabric ***@***.***>
Cc: RdyPlyr2 ***@***.***>; Author ***@***.***>
Subject: Re: [danielmiessler/fabric] Installing fabric (Issue #1265)
I had a similar experience, then discovered in the README, fabric install is no longer python-based so pipx can't be used.
I used this command
curl -L https://github.com/danielmiessler/fabric/releases/latest/download/fabric-linux-amd64 > fabric && chmod +x fabric && ./fabric --version
Then ran fabric --setup. But, now my OpenAI API Key is giving an error.
—
Reply to this email directly, view it on GitHub<#1265 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BOK3FXGGGJ5U5RXC4IZ776L2L3BHVAVCNFSM6AAAAABVRKT7ESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBVHA2DSMZTGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I was thinking about abandoning OpenAI for ollama, due to the credit charges in OpenAI. Thanks @RdyPlyr2 ! $ curl -fsSL https://ollama.com/install.sh | sh |
I have pipx on macOS.
I pasted GitHub clone of fabric repo,
But when I executed pipx install .,
Doesn't work.
First Git clone ".."
Then LS
The cd fabric,
And entered pipx install .
Doesn't work. Can somebody help ensure path. Thanks.
The text was updated successfully, but these errors were encountered: