Setting python::version to 3 as listed in the params::valid_versions doesn't work as the package python3 cannot be found. Looking in yum, only python34 looks to be valid. If I change the python::version to 34 (which is not listed as valid), python is installed, but I get a failure trying to install python3-pip, as the package does not exist in the the provided epel repo. This seems to me like it would be a common use case for this module. Any suggestions on how I should proceed?
Setting
python::versionto3as listed in theparams::valid_versionsdoesn't work as the packagepython3cannot be found. Looking in yum, onlypython34looks to be valid. If I change thepython::versionto34(which is not listed as valid), python is installed, but I get a failure trying to installpython3-pip, as the package does not exist in the the provided epel repo. This seems to me like it would be a common use case for this module. Any suggestions on how I should proceed?