[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2021-08-01 Thread Paul White
This issue has sat incomplete for more than 60 days now without any
response so I'm closing it now as "Invalid".

Please feel free to re-open this bug report if this is still an issue
when using any currently supported release of Ubuntu.

** Changed in: hundredpapercuts
   Status: Incomplete => Invalid

** Changed in: python-pip (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1373254/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2020-08-30 Thread Bug Watch Updater
** Changed in: pip
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1373254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2020-08-30 Thread Kai Kasurinen
Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we
would be grateful if you would provide a more complete description of
the problem with steps to reproduce, explain why you believe this is a
bug in Ubuntu rather than a problem specific to your system, and then
change the bug status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: python-pip (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: hundredpapercuts
   Status: New => Incomplete

** Bug watch added: github.com/pypa/pip/issues #1742
   https://github.com/pypa/pip/issues/1742

** Also affects: pip via
   https://github.com/pypa/pip/issues/1742
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1373254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2016-02-21 Thread launchpadmember
>From the forum for the package team responsible for PIP comes the following 
>comments on this issue:
 1st comment 
dstufft commented on May 26, 2014 

Ah I see.

So pip itself bundles some software, html5lib being one of those, on
various Linux distros they unbundle that software and cause pip to
import it normally instead of using it's own bundled copy.

What this means is that if you install an incompatible version of one of
pip's dependencies into the global Python, then you'll break pip because
pip will import that and attempt to use that instead of the correct one
installed by apt-get.

 2nd comment (a clarification of the 1st comment above) 
Ivoz commented on Jun 4, 2014 < Python Packaging Authority member>

@lrossouw try pip installing packages in a virtualenv or using the
--user flag instead of sudo installing them as system packages.

The issue seems to be caused by debian's modification of its pip, so we
can't address it ourselves.

 Source for above comments: 
https://github.com/pypa/pip/issues/1742

I'm including these comments as a record that the dev's in charge of PIP
suggested that this issue belongs here. This may not be necessary but it
is a record of the events that led here and as such I'm hoping it is at
least informative if not helpful to some people.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1373254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2015-02-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-pip (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1373254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2014-09-24 Thread Bryce Nesbitt
# sudo pip install apscheduler
Downloading/unpacking apscheduler
  Downloading APScheduler-3.0.0-py2.py3-none-any.whl (46kB): 46kB downloaded
Cleaning up...
Exception:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in main
status = self.run(options, args)
  File /usr/lib/python2.7/dist-packages/pip/commands/install.py, line 278, in 
run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)
  File /usr/lib/python2.7/dist-packages/pip/req.py, line 1259, in 
prepare_files
)[0]
IndexError: list index out of range

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1373254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2014-09-24 Thread Bryce Nesbitt
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1373254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373254] Re: 14.04LTS upgrades to pip cause object has no attribute 'findall'

2014-09-24 Thread Bryce Nesbitt
Note this affects ANY tool that uses pip or virtualenv.  I encountered it first 
with PyCharm,
then later when installing a commercial backup software (iDrive Linux Desktop).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373254

Title:
  14.04LTS upgrades to pip cause object has no attribute 'findall'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1373254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs