pip install py-find-1st fails on ubuntu20 & centos with python3.9
This is my process. I start a new aws t2.micro ec2 on ubuntu20 and run this script sudo apt-get update sudo apt-get install gcc sudo apt-get install python3.9 sudo apt-get install python3.9-venv curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py > get-pip.py…