problem with win32
Hello I'm in Mac BigSur 11.6 but I have problems when I want to lunch this.
ERROR: Could not find a version that satisfies the requirement win32-setctime (from -r requirements.txt (line 4)) (from versions: none)
ERROR: No matching distribution found for win32-setctime (from -r requirements.txt (line 4))

But my version of Python is : 3.10.0
How can I fix this? Sorry if the answer is easy, I am a beginner.
Thanks a lot !
python3.10 -m pip install --upgrade -r requirements.txt
Edit also make sure you're on the latest commit from @digitalcriminals new repo This repo hasn't been updated in months
Thanks, now I have a connexion problem with 404' ed .
I hope to one day find an explanatory video of this process..
Thanks for your help !