Yo, I had the same problem with python install module pyppeteer. Turns out, it was a firewall issue blocking the download of Chromium.
Try running:
```
pyppeteer-install
```
This should download Chromium manually. If that doesn’t work, check your network settings.
Hope this helps!
Try running:
```
pyppeteer-install
```
This should download Chromium manually. If that doesn’t work, check your network settings.
Hope this helps!
