Closed mkohlhaas closed 2 years ago
I noticed that also, it's somewhat caused by Greenlet when using Python 3.10.
I think I managed to install it with conda using conda install -c conda-forge greenlet
but I need to restest this.
Because I'm working on another issue, I'm sticking to 3.8 for now but I will look into it.
Also, I'm thinking about making a Docker and binary version for the app rather than having to bother with a virtual env, which doesn't totally avoid those issues.
Upgrading requirements to playwright==1.22.0
fix the issue, since this more recent version depends on greenlet-1.1.2
which works fine on Python 3.10. I'm testing this and will update code & reqs as needed.
Thanks a lot Gaarv! I am just using Anaconda as a workaround and it works like a charm!
I updated the dependencies and it seems that everything is back in order with latest playwright.
Thanks for reporting the issue :)
Definitely putting a Docker + binary on the todo list.
When installing requirements I get following error regarding greenlet:
Thanks.