[Bug 904316] New: Python PIP should use the 2.7.8 and not the 3.x one!
http://bugzilla.opensuse.org/show_bug.cgi?id=904316 Bug ID: 904316 Summary: Python PIP should use the 2.7.8 and not the 3.x one! Classification: openSUSE Product: openSUSE Factory Version: NO 13.2 BUGS!! Hardware: 64bit OS: openSUSE 13.2 Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: bnc-team-screening@forge.provo.novell.com Reporter: abdelouahab_al@yahoo.fr QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36 Build Identifier: Installed Python by the default one, if i run python in console, i get the 2.7.8, but if i use pip install some_module it uses python 3 solution, because setuptools uses the 3 and not 2.7 one! already posted it here https://forums.opensuse.org/showthread.php/502235-Python-2-7-is-the-default-... Reproducible: Always Steps to Reproduce: 1.run pip install a module 2.uses the python 3 3.cant compile python 2 Actual Results: delete setuptools and installed it manually, and reinstalled pip manually, now everything is used with python 2. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=904316 abdou bb <abdelouahab_al@yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Python PIP should use the |Python PIP and Setuptools |2.7.8 and not the 3.x one! |should use the 2.7.8 and | |not the 3.x one! -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=904316 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aplanas@suse.com Assignee|bnc-team-screening@forge.pr |alexandre@exatati.com.br |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=904316 eike welk <eike.welk@post.rwth-aachen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eike.welk@post.rwth-aachen. | |de --- Comment #1 from eike welk <eike.welk@post.rwth-aachen.de> --- This bug is also in openSUSE 13.2 To reiterate the bug's description: The present ``pip`` is for Python 3, while the system Python is Python 2.7.8. The programs ``pip2`` or ``pip2.7`` are missing. Therefore ``pip`` can't install any programs for the system Python on openSUSE 13.2. Workaround: Install a pip for the system Python from the program's website. Download the script ``get-pip.py`` and run it with the system's regular Python interpreter. python get-pip.py This will create a working pip on your computer. The process is described in more detail in Pip's documentation: https://pip.pypa.io/en/latest/installing.html -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=904316 http://bugzilla.opensuse.org/show_bug.cgi?id=904316#c3 Sebastian Wagner <sebix+novell.com@sebix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |sebix+novell.com@sebix.at Resolution|--- |WORKSFORME --- Comment #3 from Sebastian Wagner <sebix+novell.com@sebix.at> --- There are two packages python2-pip and python3-pip, both can provide /usr/bin/pip, but they have their own executables. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com