nathan-v / aws_okta_keyman

AWS Okta Keyman (Key Manager) - An AWS + Okta CLI for generating and managing local AWS API keys
https://nathanv.com
Other
59 stars 35 forks source link

Homebrew installation doesn't work #204

Open alexissel opened 1 month ago

alexissel commented 1 month ago

Describe the bug Installation via Homebrew doesn't work.

==> Installing aws_okta_keyman from nathan-v/aws-okta-keyman
==> python3.8 -m venv --system-site-packages --without-pip /opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_key
Last 15 lines from /Users/alexis/Library/Logs/Homebrew/aws_okta_keyman/14.python3.8:
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  full command: /opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python /opt/homebrew/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py get_requires_for_build_wheel /private/tmp/tmpmcsxxddr
  cwd: /private/tmp/aws_okta_keyman--PyYAML-20240613-36917-na2xhm/PyYAML-6.0
  Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/nathan-v/homebrew-aws-okta-keyman/issues

To Reproduce Steps to reproduce the behavior:

  1. brew tap nathan-v/aws-okta-keyman
  2. brew install aws_okta_keyman

Host:

placekey-james commented 2 weeks ago

Any updates or fixes for this? Having the same issue