Our provisioner fails to install python, with apt complaining "E: Package 'python' has no installation candidate". This happens right after an apt-get update, so it is very strange. If you ssh onto the host, and then sudo apt-get update && sudo apt-get install -y python, it installs correctly.
Our provisioner fails to install python, with apt complaining "E: Package 'python' has no installation candidate". This happens right after an
apt-get update
, so it is very strange. If you ssh onto the host, and thensudo apt-get update && sudo apt-get install -y python
, it installs correctly.