[Bug 850341] New: python3-pip crashes because of urllib problem
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c0 Summary: python3-pip crashes because of urllib problem Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: spiollinux@alice-dsl.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 pip seems to have a problem with urllib. It gives the following traceback: Traceback (most recent call last): File "/usr/bin/pip", line 9, in <module> load_entry_point('pip==1.4', 'console_scripts', 'pip-3.3')() File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 378, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2566, in load_entry_point return ep.load() File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2260, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python3.3/site-packages/pip/__init__.py", line 11, in <module> from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/lib/python3.3/site-packages/pip/vcs/mercurial.py", line 9, in <module> from pip.download import path_to_url2 File "/usr/lib/python3.3/site-packages/pip/download.py", line 147, in <module> class VerifiedHTTPSHandler(urllib.request.HTTPSHandler): AttributeError: 'module' object has no attribute 'request' Reproducible: Always Steps to Reproduce: 1. install python3-pip 2. launch pip with ´pip´ or ´pip-3.3´ 3. enjoy traceback Actual Results: pip crashes, the traceback given above appears. Expected Results: pip should work and display a help I'm using a fully-updated openSUSE 13.1 RC2 with python 3.3.2-5.1.3 and python3-pip 1.4-3.1.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |speilicke@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c1 Vitaliy Tomin <highwaystar.ru@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |highwaystar.ru@gmail.com --- Comment #1 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2013-11-22 04:56:11 UTC --- I have this issue too on 13.1 Final -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c2 --- Comment #2 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2013-11-22 08:24:30 UTC --- Created an attachment (id=568664) --> (http://bugzilla.novell.com/attachment.cgi?id=568664) Quick fix patch Problem caused by 2to3 auto refactoring which adding list() to some lines. And this list() conflicts with pip's internal module called list. Patch provides quick fix for this problem. This patch included in SR#207902 to d:l:p3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-11-23 03:00:13 CET --- This is an autogenerated message for OBS integration: This bug (850341) was mentioned in https://build.opensuse.org/request/show/207915 Factory / python3-pip -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c4 --- Comment #4 from Sascha Peilicke <speilicke@suse.com> 2013-12-06 15:08:13 UTC --- Ok the sr to Factory is still pending, would you want to do a maintenance update for 13.1? It's only "osc branch openSUSE:13.1 python3-pip" + sr. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c Sascha Peilicke <speilicke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |highwaystar.ru@gmail.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-12-09 16:00:23 CET --- This is an autogenerated message for OBS integration: This bug (850341) was mentioned in https://build.opensuse.org/request/show/210013 13.1 / python3-pip -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c6 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|highwaystar.ru@gmail.com | Resolution| |FIXED --- Comment #6 from Benjamin Brunner <bbrunner@suse.com> 2013-12-16 14:35:35 CET --- Update released for openSUSE 13.1 and checked in into Factory. Resolved fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=850341 https://bugzilla.novell.com/show_bug.cgi?id=850341#c7 --- Comment #7 from Swamp Workflow Management <swamp@suse.de> 2013-12-16 14:04:37 UTC --- openSUSE-RU-2013:1878-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 850341 CVE References: Sources used: openSUSE 13.1 (src): python3-pip-1.4.1-3.5.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com