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"
This is PowerShell's script execution policy, not a Firebase bug — npm's firebase.ps1 shim is blocked. Three confirmed fixes: 1) safest: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser in PowerShell (no admin needed, allows locally-crea
- NanoNets create-model.py KeyError: 'model_id' (API key env var on Windows)
Get your API key from the NanoNets dashboard (app.nanonets.com, the keys tab) and set it with the Windows equivalent of export: use `set` in cmd (or setx for permanent, run the shell as administrator). On Windows, `export` silently does not