Buildout not working / Couldn't find index page for / Couldn't find a distribution / Disabling non HTTPS access to APIs on PyPI

FYI - I had the following issue ('DistributionNotFound' when running buildout), and the command in @idgserpro's post to force the downloading of the eggs fixed it :ok_hand::pray:

mkdir eggs && bin/buildout buildout:eggs-directory="eggs" buildout:download-cache="eggs"

Running each of the two commands alone, one after the other, sometimes seems to work better, for whatever reason.