When tring to upgrade the version of a package it cant get the latest version: $ python -m pip install --upgrade pip==23.2.1 ERROR: Could not find a version that ...
I'm trying to install scikit-image==0.17.2 using pip, but doing so results in an error. Running the command: "pip install scikit-image==0.17.2" results in this ...