Hi I am trying to install Galaxy instance on my mac. But when I hit sh run.sh it gives me a pip-related error. See screenshot.
"Could not find a version that satisfies the requirement pip>=8.1 (from versions: ) No matching distribution found for pip>=8.1"
But then I check pip --version and it shows I have my pip 18.0. So I try to bypass the pip, by running "sh run.sh --no-replace-pip" but then it will give me another error.
Am I doing something wrong?