I am unable to do the pip install -r requirements.txt command.
What am I doing wrong? It worked before I reinstalled Python to the newest version. PIP is version 24.0.
C:UsersxxxDownloadsxxx>pip install -r requirements.txt
Fatal error in launcher: Unable to create process using '"C:UsersxxxAppDataLocalProgramsPythonPython37-32python.exe" "C:UsersxxxAppDataLocalProgramsPythonPython37-32Scriptspip.exe" install -r requirements.txt': Het systeem kan het opgegeven bestand niet vinden.
Translation of the last sentence: The system can’t find the file.
PATH locations are ok.
1