This is a new issue to replace the prematurely closed #303 (as requested by @bastelfreak).
The core of this issue is that a number of combinations of configuration get python/virtualenv/pip3 partially installed, but not one single combination seems to get everything installed.
For example, providing the version of python34 tries to install python3-pip which isn't a valid EPEL package name, and so there's a failure there. This is true for a number of the combinations listed in the original issue (#303).
To complicate things a little bit further, EPEL now has a python36 package, but no matching pip3 package - installing pip3 requires python34 to be installed from EPEL.
This is a new issue to replace the prematurely closed #303 (as requested by @bastelfreak).
The core of this issue is that a number of combinations of configuration get python/virtualenv/pip3 partially installed, but not one single combination seems to get everything installed.
For example, providing the
versionofpython34tries to installpython3-pipwhich isn't a valid EPEL package name, and so there's a failure there. This is true for a number of the combinations listed in the original issue (#303).To complicate things a little bit further, EPEL now has a
python36package, but no matchingpip3package - installingpip3requirespython34to be installed from EPEL.