I've tried a few ways to install python3-pip on Hortonworks Sandbox HDP_3.0.1 but no success.
Could any one guide on how to achieve that correctly
I've tried a few ways to install python3-pip on Hortonworks Sandbox HDP_3.0.1 but no success.
Could any one guide on how to achieve that correctly
Here's final answer for that:-
Become a root user first
yum updateyou may found yum update failed because of some unavailble package you may skip that with
yum-config-manager --save --setopt=<package_name>.skip_if_unavailable=trueremove installed python package which has no available pip
yum remove python36uinstall new one which has pip3 package available with it
yum install python3