nathan-v / homebrew-aws-okta-keyman

Homebrew formula for aws_okta_keyman
Apache License 2.0
0 stars 3 forks source link

Install fails #6

Open CalebFenton opened 1 year ago

CalebFenton commented 1 year ago

Hello :)

I tried installing with brew. It downloads all the dependencies and then fails with this error:

==> Installing aws_okta_keyman from nathan-v/aws-okta-keyman
==> python3.8 -m venv --system-site-packages /usr/local/Cellar/aws_okta_keyman/0.9.0/libexec
==> /usr/local/Cellar/aws_okta_keyman/0.9.0/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=
Last 15 lines from /Users/calebf/Library/Logs/Homebrew/aws_okta_keyman/02.pip:
--no-binary
:all:
--use-feature=no-binary-enable-wheel-cache
--ignore-installed
/private/tmp/aws_okta_keyman--beautifulsoup4-20230526-99382-15q85j4/beautifulsoup4-4.10.0

Usage:
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

option --use-feature: invalid choice: 'no-binary-enable-wheel-cache' (choose from '2020-resolver', 'fast-deps', 'in-tree-build')
pchevul commented 8 months ago

Same error I too getting, any resolution?

mlopez-eb commented 7 months ago

`==> 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_keyman--beautifulsoup4-20231117-24308-1gt65g4/beautifulsoup4-4.10.0 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--boto3-20231117-24308-120cqru/boto3-1.17.11 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--botocore-20231117-24308-11dj83i/botocore-1.20.11 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--certifi-20231117-24308-nruoyq/certifi-2020.12.5 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--chardet-20231117-24308-4div4n/chardet-4.0.0 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--colorlog-20231117-24308-s9cwg5/colorlog-4.7.2 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--configparser-20231117-24308-16x2e73/configparser-5.0.1 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--idna-20231117-24308-1cu883s/idna-2.10 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--importlib-metadata-20231117-24308-i6mwka/importlib_metadata-4.10.1 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--jmespath-20231117-24308-13utmo7/jmespath-0.10.0 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--keyring-20231117-24308-1j7uadx/keyring-23.5.0 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--python-dateutil-20231117-24308-1antrx5/python-dateutil-2.8.1 ==> python3.8 -m pip --python=/opt/homebrew/Cellar/aws_okta_keyman/0.9.0/libexec/bin/python install /private/tmp/aws_okta_keyman--PyYAML-20231117-24308-j2r17z/PyYAML-6.0 Last 15 lines from /Users/mlopez/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/tmpo3oomizn cwd: /private/tmp/aws_okta_keyman--PyYAML-20231117-24308-j2r17z/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`