Replies: 6 comments 6 replies
-
You saved me a bunch of time man. I was trying to follow the "official" instructions using wsl. I kept running into issues with my python version. I suppose the dependencies that the project uses requires version 10 of python or greater. I was going through hopes on windows trying to get an upgraded version. These instructions you provided just work on Windows. I'm going to ask them to update their readme to include a note to make sure you have at least python 3.10 installed. |
Beta Was this translation helpful? Give feedback.
-
I'm so sorry to bother, but could you point me in the direction of where I should start if I'm basically computer illiterate. Are you aware of any step-by-step guide written for smoothbrains such as myself? |
Beta Was this translation helpful? Give feedback.
-
@foxbg this is great! thanks for giving Windows users a right direction. Could you please kindly let me know if there is any free API that allows to be used with Fabric? From what I understand, OpenAI no longer provides free API keys. Which API key service do you suggest that comes free just to experience Fabric? |
Beta Was this translation helpful? Give feedback.
-
I am getting an error when trying to install with pip, any ideas? Thanks \Source\fabric\fabric> pip install . |
Beta Was this translation helpful? Give feedback.
-
Have in mind that fabric is now go package. As noted in the documentation (https://github.com/danielmiessler/fabric?tab=readme-ov-file#Installation) all previous python installation instructions are not valid for newer releases. |
Beta Was this translation helpful? Give feedback.
-
Here are the steps I've used to install in windows. No WSL required.
Source: https://labs.hbcom.info/posts/fabric/
Compressed to commands only for easier view...
Open PowerShell and type
Restart Your Shell
fabric --help
Enjoy :)
pbpaste is Get-Clipboard in powershell.
Beta Was this translation helpful? Give feedback.
All reactions