pip install requirements.txt --> HINT: You are attempting to install a package literally named "requirements.txt" (which cannot exist). Consider using the '-r' flag to install the packages listed in requirements.txt
For python 3.9, 3.10, 3.11 --> ERROR: Could not find a version that satisfies the requirement
pip install requirements.txt --> HINT: You are attempting to install a package literally named "requirements.txt" (which cannot exist). Consider using the '-r' flag to install the packages listed in requirements.txt
For python 3.9, 3.10, 3.11 --> ERROR: Could not find a version that satisfies the requirement