Hey! Pyppeteer’s Chromium download can timeout. Set this env var before installing:
```
export PYPPETEER_DOWNLOAD_HOST=https://npm.taobao.org/mirrors
```
Or use a VPN if you’re in a region with slow access to Google’s servers.
```
export PYPPETEER_DOWNLOAD_HOST=https://npm.taobao.org/mirrors
```
Or use a VPN if you’re in a region with slow access to Google’s servers.
