pieces-app / cli-agent

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

Pieces ask command not working #125

Closed shivay-at-pieces closed 3 months ago

shivay-at-pieces commented 3 months ago
image
Bishoy-at-pieces commented 3 months ago

Hey Shivay thank you for reporting that issue. I think the wrong dependency is downloaded you should download websocket-client instead of websocket to solve this issue you need to do

pip uninstall websocket-client pip uninstall websocket then pip install websocket-client

let me know how it goes