ansible-coreos-bootstrap icon indicating copy to clipboard operation
ansible-coreos-bootstrap copied to clipboard

Error: "python isn't present on the system. Unable to compute checksum"

Open fiunchinho opened this issue 9 years ago • 1 comments

I was using this role without any problems so far, but suddenly it stopped working. Probably it's not compatible with newer CoreOS versions.

When I try to execute the role I get the following error while trying to copy the get-pip file into the CoreOS machine: python isn't present on the system. Unable to compute checksum

I set the ansible_python_interpreter to /home/core/bin/python, but still the error shows up. Any clues?

fiunchinho avatar Sep 22 '15 13:09 fiunchinho

I'm having the same problem inside a Ubuntu Xenial Docker container running on a Fedora 25 host. Perhaps it has something to do with the link? /usr/bin/python is a link to /usr/bin/python2.7 on Xenial.

andrewrothstein avatar Jan 31 '17 04:01 andrewrothstein