>>88853717you're having average python fun - dependency frickery
according to guide
>using python env is recommendedthis is retarded from guidewriter's perspective to say that. It is REQUIRED to use separate pyenv for each python project especially if you're not familiar with it.
there is your spoon:
create venv i.e. named 'my -smacker-tech':
python -m venv my-smacker-tech
Use it:
my-smacker-tech/bin/pip install -r requirements.txt
my-smacker-tech/bin/python fansly_downloader_ng.py
also if you're using windows 10+ it may pretend that it installed python for windows 10/11 - it lies. It's better to install it manually from official website using exe. Also double check the python version. According to guidewriter you need
>3.11+which you should read as guidewriter only tested it on 3.11 - install it
use python --version to check your version and google how to downgrade if you have smth other than 3.11, on windows tou may have separate versions - google how to switch
Good luck, try these steps first and them ask if it still doesn't work