Skip to content

pyjwt is missing from Mac credential-helper executable #29

@rlvoyer

Description

@rlvoyer

The error:

  code-dist % ~/claude-code-with-bedrock/credential-process
  Traceback (most recent call last):
    File "cognito_auth/__main__.py", line 17, in <module>
  ModuleNotFoundError: No module named 'jwt'
  [PYI-14351:ERROR] Failed to execute script '__main__' due to unhandled exception!

The problem:

PyInstaller doesn't include the pyjwt module which brings jwt in as a transitive dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions