You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have Goose already installed on macOS (Apple Silicon)
Run goose update from the terminal
Observe the error during the extraction phase
System Information
Operating System: macOS
Architecture: ARM64 (Apple Silicon)
Goose Installation Method: I followed the instructions at go/getgoose curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh \| GOOSE_PROVIDER=databricks GOOSE_MODEL=goose DATABRICKS_HOST=https://block-lakehouse-production.cloud.databricks.com/ bash
Additional Context
The error seems to occur during the extraction of the update package, suggesting there might be a file system permission issue or a conflict between directory and file types during the update process.
Additional Notes
This was my first time running goose update
❯ goose --version1.0.13
To the best of my knowledge, I have not made any manual modifications to the Goose installation directory
The text was updated successfully, but these errors were encountered:
I believe this occurs because when we extract the binary out of the tarhttps://github.com/block/goose/blob/main/download_cli.sh#L82, it creates a binary named goose, so if there's a directory already named goose from where you're running goose update it will fail.
If you run this from another directory it should work, can you confirm that @pwgseml ?
When I run
goose update
at the command line, I get the following error:Steps to Reproduce
goose update
from the terminalSystem Information
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh \| GOOSE_PROVIDER=databricks GOOSE_MODEL=goose DATABRICKS_HOST=https://block-lakehouse-production.cloud.databricks.com/ bash
Additional Context
The error seems to occur during the extraction of the update package, suggesting there might be a file system permission issue or a conflict between directory and file types during the update process.
Additional Notes
goose update
❯ goose --version
1.0.13
The text was updated successfully, but these errors were encountered: