Ubuntu 16: pip3 installs to Python2 instead of Python3Python not recognizing LD_LIBRARY_PATH?lxml with custom...

I was contacted by a private bank overseas to get my inheritance

How is foot-pounds of energy defined?

What license to choose for my PhD thesis?

Is a switch from R to Python worth it?

Is it okay to use different fingers every time while playing a song on keyboard? Is it considered a bad practice?

split inside flalign

Is there a way to say "double + any number" in German?

Broken bottom bracket?

When using the Proficiency Dice optional rule, how should they be used in determining a character's Spell Save DC?

Why do my fried eggs start browning very fast?

Formal mathematical definition of renormalization group flow

Is the first page of a novel really that important?

C# TCP server/client class

3 beeps on a 486 computer with an American Megatrends bios?

Would the shaking of an earthquake be visible to somebody in a low-flying aircraft?

Can the Cauchy product of divergent series with itself be convergent?

Why is the Vasa Museum in Stockholm so Popular?

What are the limitations of the Hendersson-Hasselbalch equation?

How do I show and not tell a backstory?

what can you do with Format View

Why does putting a dot after the URL remove login information?

Getting Lost in the Caves of Chaos

How does one receive forgiveness from someone they have wronged after their death?

What is the reason behind water not falling from a bucket at the top of loop?



Ubuntu 16: pip3 installs to Python2 instead of Python3


Python not recognizing LD_LIBRARY_PATH?lxml with custom install location for libxml2/libxslt doesn't find correct locationupdating rst2pdf leads to pip uninstallJenkins, Python and rootWhy does `yum search` can't find latest Python version?Restore PYTHONPATH after setup.py install with PYTHONPATHcertbot and awscli require different versions of botocoredebian9 can't install python packages with pip3 or uninstall packages with aptRHEL 6.8 installation of user specific python 3.7 completes with 'ModuleNotFoundError: No module named '_ctypes'“Package 'libicu57' has no installation candidate”






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















Having issues linking pip to python 3.7. Both pip and pip3 been installed but linking to Python 2.7.



I have tried to reinstall Python3 and then pip, but no progress.



I get the following message:



Package python3-pip is not available, but is referred to by another package.



This may mean that the package is missing, has been obsoleted, or is only available from another source



$ python --version
Python 3.7.4

$ pip -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)

$ pip3 -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)


$ sudo apt-get install python3-pip
[sudo] password for TarikDev:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate









share|improve this question









New contributor



Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















  • 2





    Why do you have a Python in /usr/local?

    – muru
    3 hours ago











  • @muru because python. and python teaches contempt for operating systems and OS packaging tools.

    – cas
    3 hours ago











  • @cas What do you mean, exactly?

    – Paradox
    2 hours ago


















0















Having issues linking pip to python 3.7. Both pip and pip3 been installed but linking to Python 2.7.



I have tried to reinstall Python3 and then pip, but no progress.



I get the following message:



Package python3-pip is not available, but is referred to by another package.



This may mean that the package is missing, has been obsoleted, or is only available from another source



$ python --version
Python 3.7.4

$ pip -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)

$ pip3 -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)


$ sudo apt-get install python3-pip
[sudo] password for TarikDev:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate









share|improve this question









New contributor



Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















  • 2





    Why do you have a Python in /usr/local?

    – muru
    3 hours ago











  • @muru because python. and python teaches contempt for operating systems and OS packaging tools.

    – cas
    3 hours ago











  • @cas What do you mean, exactly?

    – Paradox
    2 hours ago














0












0








0








Having issues linking pip to python 3.7. Both pip and pip3 been installed but linking to Python 2.7.



I have tried to reinstall Python3 and then pip, but no progress.



I get the following message:



Package python3-pip is not available, but is referred to by another package.



This may mean that the package is missing, has been obsoleted, or is only available from another source



$ python --version
Python 3.7.4

$ pip -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)

$ pip3 -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)


$ sudo apt-get install python3-pip
[sudo] password for TarikDev:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate









share|improve this question









New contributor



Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Having issues linking pip to python 3.7. Both pip and pip3 been installed but linking to Python 2.7.



I have tried to reinstall Python3 and then pip, but no progress.



I get the following message:



Package python3-pip is not available, but is referred to by another package.



This may mean that the package is missing, has been obsoleted, or is only available from another source



$ python --version
Python 3.7.4

$ pip -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)

$ pip3 -V
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
pip 19.2.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)


$ sudo apt-get install python3-pip
[sudo] password for TarikDev:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate






python dependencies distributions pip






share|improve this question









New contributor



Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question









New contributor



Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question








edited 41 mins ago









Paradox

6676 silver badges21 bronze badges




6676 silver badges21 bronze badges






New contributor



Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 3 hours ago









Tarik007Tarik007

12 bronze badges




12 bronze badges




New contributor



Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Tarik007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • 2





    Why do you have a Python in /usr/local?

    – muru
    3 hours ago











  • @muru because python. and python teaches contempt for operating systems and OS packaging tools.

    – cas
    3 hours ago











  • @cas What do you mean, exactly?

    – Paradox
    2 hours ago














  • 2





    Why do you have a Python in /usr/local?

    – muru
    3 hours ago











  • @muru because python. and python teaches contempt for operating systems and OS packaging tools.

    – cas
    3 hours ago











  • @cas What do you mean, exactly?

    – Paradox
    2 hours ago








2




2





Why do you have a Python in /usr/local?

– muru
3 hours ago





Why do you have a Python in /usr/local?

– muru
3 hours ago













@muru because python. and python teaches contempt for operating systems and OS packaging tools.

– cas
3 hours ago





@muru because python. and python teaches contempt for operating systems and OS packaging tools.

– cas
3 hours ago













@cas What do you mean, exactly?

– Paradox
2 hours ago





@cas What do you mean, exactly?

– Paradox
2 hours ago










0






active

oldest

votes














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Tarik007 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f534065%2fubuntu-16-pip3-installs-to-python2-instead-of-python3%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Tarik007 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Tarik007 is a new contributor. Be nice, and check out our Code of Conduct.













Tarik007 is a new contributor. Be nice, and check out our Code of Conduct.












Tarik007 is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f534065%2fubuntu-16-pip3-installs-to-python2-instead-of-python3%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...