Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #8047
| From | Ant Dude <ant@zimage.com> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... |
| Date | 2016-01-02 01:00 +0100 |
| Message-ID | <qMhLY-B4-19@gated-at.bofh.it> (permalink) |
| References | <qLleW-4KR-5@gated-at.bofh.it> <qLleW-4KR-3@gated-at.bofh.it> <qLm1k-5j3-11@gated-at.bofh.it> <qMhsC-um-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> >> In short, it isn't recommended practise to use pip install with Debian, > >> except for inside a virtualenv (or similar), as the packages can > >> conflict with Debian packages - especially after a upgrade. > > > > Interesting. I did find a fix and it seems like others had the same > > problem. FFrom Debian's forum, it said > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744145#31 -- rm -rf > > /usr/local/lib/python2.7/dist-packages/requests* I renamed request > > directory and now can run Debian's pip command. Sheesh. I also notice it > > is an old bug that is still not fixed. :( > > Are you sure? This bug was supposedly fixed in the Jessie version... Maybe it is a different issue? Pip is still working so far with that directory renamed: $ ls /usr/local/lib/python2.7/dist-packages/requestsRENAMED -all total 684 drwxr-sr-x 3 root staff 4096 Dec 21 07:10 . drwxrwsr-x 49 root staff 4096 Jan 1 10:30 .. -rw-r--r-- 1 root staff 17495 Dec 21 07:10 adapters.py -rw-r--r-- 1 root staff 16160 Dec 21 07:10 adapters.pyc -rw-r--r-- 1 root staff 5419 Dec 21 07:10 api.py -rw-r--r-- 1 root staff 6194 Dec 21 07:10 api.pyc -rw-r--r-- 1 root staff 7550 Dec 21 07:10 auth.py -rw-r--r-- 1 root staff 8065 Dec 21 07:10 auth.pyc -rw-r--r-- 1 root staff 344712 Dec 21 07:10 cacert.pem -rw-r--r-- 1 root staff 613 Dec 21 07:10 certs.py -rw-r--r-- 1 root staff 883 Dec 21 07:10 certs.pyc -rw-r--r-- 1 root staff 1469 Dec 21 07:10 compat.py -rw-r--r-- 1 root staff 1691 Dec 21 07:10 compat.pyc -rw-r--r-- 1 root staff 17387 Dec 21 07:10 cookies.py -rw-r--r-- 1 root staff 21091 Dec 21 07:10 cookies.pyc -rw-r--r-- 1 root staff 2776 Dec 21 07:10 exceptions.py -rw-r--r-- 1 root staff 5974 Dec 21 07:10 exceptions.pyc -rw-r--r-- 1 root staff 767 Dec 21 07:10 hooks.py -rw-r--r-- 1 root staff 1212 Dec 21 07:10 hooks.pyc -rw-r--r-- 1 root staff 2007 Dec 21 07:10 __init__.py -rw-r--r-- 1 root staff 2664 Dec 21 07:10 __init__.pyc -rw-r--r-- 1 root staff 29277 Dec 21 07:10 models.py -rw-r--r-- 1 root staff 25836 Dec 21 07:10 models.pyc drwxr-sr-x 4 root staff 4096 Dec 21 07:10 packages -rw-r--r-- 1 root staff 24544 Dec 21 07:10 sessions.py -rw-r--r-- 1 root staff 19948 Dec 21 07:10 sessions.pyc -rw-r--r-- 1 root staff 3280 Dec 21 07:10 status_codes.py -rw-r--r-- 1 root staff 4598 Dec 21 07:10 status_codes.pyc -rw-r--r-- 1 root staff 2977 Dec 21 07:10 structures.py -rw-r--r-- 1 root staff 5252 Dec 21 07:10 structures.pyc -rw-r--r-- 1 root staff 21845 Dec 21 07:10 utils.py -rw-r--r-- 1 root staff 21397 Dec 21 07:10 utils.pyc
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Brian May <brian@linuxpenguins.xyz> - 2015-12-30 10:30 +0100
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Ant Dude <ant@zimage.com> - 2015-12-30 11:20 +0100
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Brian May <bam@debian.org> - 2016-01-02 00:40 +0100
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Ant Dude <ant@zimage.com> - 2016-01-02 01:00 +0100
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Daniele Tricoli <eriol@mornie.org> - 2016-01-02 16:40 +0100
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Ant Dude <ant@zimage.com> - 2016-01-02 17:40 +0100
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Andrey Rahmatullin <wrar@debian.org> - 2016-01-02 18:40 +0100
Re: [Python-modules-team] My Pip installation is broken after upgrading Debian from oldstable/Wheezy to stable/Jessie... Brian May <bam@debian.org> - 2016-01-03 00:40 +0100
csiph-web