You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: