I am trying to install a package called got using pip. But it keeps showing up errors of 'couldn't find a version that satisfies the requirement".
I've searched online about the solutions. There are some explanation saying to try pip freeze > requirements.txt. But it still remains a blackbox to me.
What is the problem here and what should I do exactly to install the package?
Thanks!