# Error: spawn pip3.9 ENOENT

When deploying Datasette using Vercel, recently always come with this error:

```bash
Failed to run "pip3.9 install --disable-pip-version-check --target . werkzeug==1.0.1"
Error: spawn pip3.9 ENOENT
```

Change Node.js version from v20 to v18 can fix it.


相关：[[okonet-lint-staged|okonet-lint-staged]]
