[MacPorts] #52448: python35 @3.5.2 missing ensurepip?

MacPorts noreply at macports.org
Thu Sep 29 17:00:59 CEST 2016


#52448: python35 @3.5.2 missing ensurepip?
------------------------+-------------------
  Reporter:  hmijail@…  |      Owner:  jwa@…
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.3.4
Resolution:             |   Keywords:
      Port:  python35   |
------------------------+-------------------

Comment (by hmijail@…):

 I think that this is not what is happening.
 {{{
 1:~$ mkdir test
 2:~$ cd test
 3:~/test$ python3.5 -m venv venv
 Error: Command '['/Users/mija/test/venv/bin/python3.5', '-Im',
 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status
 1
 }}}

 My understanding is that venv creates the virtual environment and
 immediately goes into it and installs ensurepip. And I guess that in this
 last step is where the ensurepip installation is failing.

 In fact, adding `--without-pip` it works.
 {{{
 $ python3.5 -m venv --without-pip venv2
 $
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/52448#comment:3>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system


More information about the macports-tickets mailing list