Traceback (most recent call last):
File "C:\scribd-downloader-main\run.py", line 1, in
from playwright.sync_api import sync_playwright
ModuleNotFoundError: No module named 'playwright'
(update)
I ran this before (had playwright installed)
...but it looks like playwright was no longer installed or I was using a different powershell program. 🤷♀️
Anyway, installed playwright and it's working correctly now.
Getting this error when trying to use:
Traceback (most recent call last): File "C:\scribd-downloader-main\run.py", line 1, in
from playwright.sync_api import sync_playwright
ModuleNotFoundError: No module named 'playwright'
(update) I ran this before (had playwright installed) ...but it looks like playwright was no longer installed or I was using a different powershell program. 🤷♀️ Anyway, installed playwright and it's working correctly now.