Soul_Denied ツS
Apify & Crawlee3y ago
12 replies
Soul_Denied ツ

How can I deploy Playwright Python script on Heroku?

I am trying to deploy my code on Heroku.
using :
python3


getting this error on Heroku console.

║ Host system is missing dependencies to run browsers. ║ Please install them with the following command:

║ sudo playwright install-deps

║ Alternatively, use apt:
║ sudo apt-get install libatk1.0-0\
║ libatk-bridge2.0-0\
.
.
.
Was this page helpful?