claude-agent-sdk-python icon indicating copy to clipboard operation
claude-agent-sdk-python copied to clipboard

Google Colab Test with model fom Vertex AI

Open dominicdev opened this issue 2 months ago • 0 comments

I'm getting error

` CLINotFoundError: Claude Code not found. Install with: npm install -g @anthropic-ai/claude-code

If already installed locally, try: export PATH="$HOME/node_modules/.bin:$PATH"

Or specify the path when creating transport: SubprocessCLITransport(..., cli_path='/path/to/claude') `

also I'm trying to setup model from vertex , is there a doc how to use a model from vertex to a Agent SDK?

dominicdev avatar Sep 30 '25 01:09 dominicdev