danielgross / whatsapp-gpt

MIT License
3.07k stars 596 forks source link

can't install playwright on mobile? #64

Open adampaigge opened 1 year ago

adampaigge commented 1 year ago

Hey I've been working through dependancies on my termux instances, main.go is running fine but derver.py depends on playwright which isn't available on termux's reduced version of pip (which can't be upgraded), only npm that I've found so far and it doesnt recognise the install by that means.

Any advice?

Timeox2k commented 1 year ago

I'm not sure on how well this works. But maybe you could containerize the Application in like a Docker Container or something and then use it. Or order yourself a Cheap VPS to run it on.