RedditVideoMakerBot
RedditVideoMakerBot copied to clipboard
requirements.txt no such file directory error, playwright is not pre installed and even if i pip install it it still throws error.
error when i try to install requirements.txt:

error that happens when i run command: python -m playwright install and python -m playwright install-deps:

Screenshots:
trying to pip install playwright:

System:
- Python Version: 3.10.2
- OS: Windows 10
Additional context: im using venv while using this, and i haven't and don't want to try doing it without virtual environment. tried downgrading pip and trying to install all of them(did not work). i think i did every possible solutions i saw on google and still nothing.
did you try pip3 install? you're telling it to install via python2...
Yeah i tried
Have you tried installing wheel before trying to install playwright? Since it says it'll use "setup.py install" since "wheel" is not installed. Also I tried installing playwright with anaconda and it worked perfectly, have you tried using it?
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.
Issue closed due to being stale. Please reopen if issue persists in latest version.