[MacPorts] #64608: py310-awscli @1.22.48_0 and missing awscli_plugin_endpoint

MacPorts noreply at macports.org
Sat Feb 5 13:41:28 UTC 2022


#64608: py310-awscli @1.22.48_0 and missing awscli_plugin_endpoint
------------------------+----------------------
  Reporter:  forrie     |      Owner:  judaew
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.7.1
Resolution:             |   Keywords:
      Port:  py-awscli  |
------------------------+----------------------

Comment (by judaew):

 The problem was that you were using `pip` from a different version of
 Python. You need to install this plugin using the `py310-pip` port, eg:

 {{{
 port install py310-pip
 pip-3.10 install --user awscli-plugin-endpoint
 }}}

 In this case, I'm using the `--user` option, as installing packages
 globally is not recommended. Because if you no longer need package
 installed via pip, you can remove it manually from
 `~/Library/Python/3.10`.

 I created a PR for `py-awscli-plugin-endpoint`
 (https://github.com/macports/macports-ports/pull/13892). If you are not in
 a hurry, then you can wait for this PR to merge and install this plugin
 using MacPorts.

 {{{
 port install py310-awscli-plugin-endpoint
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/64608#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list