Re: [blfs-support] Problem with Python building pip

2020-02-04 Thread Bruce Dubbs via blfs-support
On 2/4/20 2:12 PM, Alan Feuerbacher via blfs-support wrote: I hope this helps in diagnosing the root problem. You are right pyvenv is no longer present.  I've removed that from the book.   -- Bruce Ok. So what about the other pip programs, like the non-existent pip3.8 that the pip3 syml

Re: [blfs-support] Problem with Python building pip

2020-02-04 Thread Ken Moffat via blfs-support
On Tue, Feb 04, 2020 at 10:28:10AM -0600, Bruce Dubbs via blfs-support wrote: > On 2/3/20 11:36 PM, Alan Feuerbacher via blfs-support wrote: > > Here's a bit more on the problem of Python-3.8.1 failing to install > > all of the pip and pyvenv binaries to /usr/bin: > > > > Beginning in late Decembe

Re: [blfs-support] Problem with Python building pip

2020-02-04 Thread Alan Feuerbacher via blfs-support
On 2/4/2020 9:28 AM, Bruce Dubbs via blfs-support wrote: On 2/3/20 11:36 PM, Alan Feuerbacher via blfs-support wrote: Here's a bit more on the problem of Python-3.8.1 failing to install all of the pip and pyvenv binaries to /usr/bin: Beginning in late December 2019 I built LFS development vers

Re: [blfs-support] Problem with Python building pip

2020-02-04 Thread Bruce Dubbs via blfs-support
On 2/3/20 11:36 PM, Alan Feuerbacher via blfs-support wrote: Here's a bit more on the problem of Python-3.8.1 failing to install all of the pip and pyvenv binaries to /usr/bin: Beginning in late December 2019 I built LFS development version systemd successfully. The hard drive on which I built i

Re: [blfs-support] Problem with Python building pip

2020-02-03 Thread Alan Feuerbacher via blfs-support
On 2/3/2020 5:08 PM, Don Cross via blfs-support wrote: On Mon, Feb 3, 2020 at 5:22 PM Alan Feuerbacher via blfs-support > wrote: subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1. Just read

Re: [blfs-support] Problem with Python building pip

2020-02-03 Thread Alan Feuerbacher via blfs-support
On 2/3/2020 5:17 PM, Ken Moffat via blfs-support wrote: On Mon, Feb 03, 2020 at 02:29:54PM -0700, Alan Feuerbacher via blfs-support wrote: After I began installing BLFS packages (in systemd development), I found that executing pip, pip2 or pip3 gave a long error message something like this: (

Re: [blfs-support] Problem with Python building pip

2020-02-03 Thread Ken Moffat via blfs-support
On Mon, Feb 03, 2020 at 02:29:54PM -0700, Alan Feuerbacher via blfs-support wrote: > After I began installing BLFS packages (in systemd development), I > found that executing pip, pip2 or pip3 gave a long error message > something like this: > (snipping to the part that jumped out - for me if not

Re: [blfs-support] Problem with Python building pip

2020-02-03 Thread Don Cross via blfs-support
On Mon, Feb 3, 2020 at 5:22 PM Alan Feuerbacher via blfs-support < blfs-support@lists.linuxfromscratch.org> wrote: > subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned > non-zero exit status 1. > > Just reading the Python stack trace, this appears to be the critical part. It i