Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added boto3 url and hash #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

krishnaduttPanchagnula
Copy link

@krishnaduttPanchagnula krishnaduttPanchagnula commented May 22, 2023

Closes #161

@krishnaduttPanchagnula
Copy link
Author

Hi @nimrodkor seems like it requires 2 reviews, can you please add another reviewer ?

@nimrodkor
Copy link
Contributor

Hey @krishnaduttPanchagnula I'm not the owner of this project any longer. @rotemavni / @Saarett might be able to help

@Japillow
Copy link

Japillow commented Jan 15, 2025

In the meantime, to install using brew:

However, the following error happens:

/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/airiam/banner.py:10: SyntaxWarning: invalid escape sequence '\ '
  v{version} """
Traceback (most recent call last):
  File "/opt/homebrew/bin/airiam", line 2, in <module>
    from airiam.main import run
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/airiam/main.py", line 6, in <module>
    from airiam.find_unused.find_unused import find_unused
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/airiam/find_unused/find_unused.py", line 7, in <module>
    from airiam.find_unused.RuntimeIamScanner import RuntimeIamScanner
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/airiam/find_unused/RuntimeIamScanner.py", line 8, in <module>
    import boto3
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/boto3/__init__.py", line 17, in <module>
    from boto3.session import Session
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/boto3/session.py", line 17, in <module>
    import botocore.session
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/session.py", line 26, in <module>
    import botocore.client
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/client.py", line 15, in <module>
    from botocore import waiter, xform_name
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/waiter.py", line 18, in <module>
    from botocore.docs.docstring import WaiterDocstring
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/docs/__init__.py", line 15, in <module>
    from botocore.docs.service import ServiceDocumenter
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/docs/service.py", line 14, in <module>
    from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/docs/client.py", line 14, in <module>
    from botocore.docs.example import ResponseExampleDocumenter
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/docs/example.py", line 13, in <module>
    from botocore.docs.shape import ShapeDocumenter
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/docs/shape.py", line 19, in <module>
    from botocore.utils import is_json_value_header
  File "/opt/homebrew/Cellar/airiam/0.1.82/libexec/lib/python3.13/site-packages/botocore/utils.py", line 15, in <module>
    import cgi
ModuleNotFoundError: No module named 'cgi'

Related to boto/botocore#2803

I Did not investigate further, I just installed via pip and it works via pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug Report: Broken homebrew package
3 participants