Hey! I had the same issue with python install module pyppeteer a while back. Turns out, it was a conflict with my Python version. I switched to Python 3.8 and it worked like a charm. Maybe give that a shot? Also, make sure you’re using the latest version of pyppeteer (0.2.6 worked for me).
If you’re still stuck, check out this guide: [link]. It helped me troubleshoot the dependency issues.
Good luck!
If you’re still stuck, check out this guide: [link]. It helped me troubleshoot the dependency issues.
Good luck!
