RedditVideoMakerBot icon indicating copy to clipboard operation
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.

Open Overpaint opened this issue 3 years ago • 2 comments

error when i try to install requirements.txt: image

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

Screenshots: trying to pip install playwright: image image image

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.

Overpaint avatar Aug 15 '22 10:08 Overpaint

did you try pip3 install? you're telling it to install via python2...

mattsegura avatar Aug 15 '22 14:08 mattsegura

Yeah i tried

Overpaint avatar Aug 15 '22 23:08 Overpaint

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?

MarcosNovelli avatar Aug 20 '22 15:08 MarcosNovelli

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.

github-actions[bot] avatar Aug 27 '22 00:08 github-actions[bot]

Issue closed due to being stale. Please reopen if issue persists in latest version.

github-actions[bot] avatar Sep 08 '22 00:09 github-actions[bot]