yum

Install pip for specific python version

Install pip for specific python version Question: We have installed python 3.9 from external Link, my OS has in built python 3.6 and python3-pip for 3.6 version. If I install pip packages it will install for python 3.6 and it is not compatible for python 3.9. How to install pip3.9 ? so that i will …

Total answers: 3

Cannot install python-pip using yum in Ubuntu

Cannot install python-pip using yum in Ubuntu Question: I have the error message failure: repodata/repomd.xml from HDP-2.6-repo-1: [Errno 256] No more mirrors to try. http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.5.0/repodata/repomd.xml: [Errno 14] HTTP Error 403 – Forbidden when using the command # yum install python-pip While trying to install the package through putty it showed the same kind of error. …

Total answers: 1

Python cannot find dateutil.relativedelta

Python cannot find dateutil.relativedelta Question: I am trying to run a program using paster serve, but I keep getting the error: ImportError: No module named dateutil.relativedelta I am running Python version 2.6.7 and dateutil version 1.5, so it should be installed. Has anyone got any ideas as to why this would happen? I am importing …

Total answers: 4