pieces-app / cli-agent

Pieces CLI for interacting with Pieces OS
https://docs.pieces.app/extensions-plugins/cli
MIT License
50 stars 19 forks source link

Pieces CLI not working in macOS #171

Open SuperAayush opened 4 weeks ago

SuperAayush commented 4 weeks ago

I installed pieces CLI using Homebrew following the instructions mentioned in this guide: https://github.com/pieces-app/cli-agent/blob/main/README.md

image
Bishoy-at-pieces commented 4 weeks ago

Sorry about this, we are still working on homebrew installation in the meantime we recommend using pypi, Thank you

SuperAayush commented 4 weeks ago

Can you help me with the steps on how I can run this on Mac M1 I tried creating a python virtual env but still fall on the same error.

cc - @Bishoy-at-pieces

Bishoy-at-pieces commented 4 weeks ago

You don't need virtual environment all you need is python Don't forget to do

pip install pieces-cli 
Bishoy-at-pieces commented 4 weeks ago

Don't forget to remove the homebrew version!