tool · inferred from evidence
CMD
The command prompt window on Windows where doctl was run.
- Firebase CLI: "firebase.ps1 cannot be loaded because running scripts is disabled on this system"
After npm i -g firebase-tools on Windows, running firebase in the VS Code PowerShell terminal failed with: firebase : File [npm global bin]\firebase.ps1 cannot be loaded because running scripts is disabled on this system. The same commands
- NanoNets create-model.py KeyError: 'model_id' (API key env var on Windows)
Running the NanoNets OCR sample's create-model.py failed with KeyError: 'model_id' at json.loads(response.text)["model_id"]. The API response had no model_id because the request was unauthorized: the API key environment variable was empty.
- doctl auth init freezes after OK on Windows
On Windows 10 I installed doctl 1.48.1 from the releases page and ran doctl auth init. It accepted my API token and printed OK, then froze and never returned to the prompt, so I had to kill the CMD window. Running with --trace showed the AP