Playwright Crawler on Windows?

Hello, I'm seeing (https://playwright.dev/python/docs/library#incompatible-with-selectoreventloop-of-asyncio-on-windows) that there is an incompatibility between Playwright and Windows SelectorEventLoop -- which Crawlee seems to require? Can you confirm whether it is possible to use a PlaywrightCrawlingContext in a Windows environment? I'm running into am asyncio NotImplementedError when trying to run the crawler, which suggests to me that there might be an issue. Thanks for the help.
2 Replies
Hall
Hall5mo ago
Someone will reply to you shortly. In the meantime, this might help:
Mantisus
Mantisus5mo ago
Hey. Python 3.13, Crawlee 0.5.0 - PlaywrightCrawler from example works correctly on Windows 11

Did you find this page helpful?