Hey, I’ve been using pyppeteer for a project, and I ran into similar issues. What worked for me was downgrading to Python 3.8 and using pyppeteer version 0.2.5.
Also, check if you have any conflicting packages. Sometimes, other libraries can mess with the installation.
If you’re still stuck, this tutorial might help: [link].
Good luck!
Also, check if you have any conflicting packages. Sometimes, other libraries can mess with the installation.
If you’re still stuck, this tutorial might help: [link].
Good luck!
