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

bundled installers for all #21

Merged
merged 30 commits into from
Apr 25, 2023
Merged

bundled installers for all #21

merged 30 commits into from
Apr 25, 2023

Conversation

MetricMike
Copy link
Owner

@MetricMike MetricMike commented Apr 16, 2023

@MetricMike
Copy link
Owner Author

ec2-user@ip-172-31-30-70 ~ % asdf install awscli ref:2.11.15
mkdir: /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15: File exists
~/.asdf/downloads/awscli/ref-2.11.15 ~
checking for a Python interpreter with version >= 3.8... python
checking for python... /Users/ec2-user/.asdf/shims/python
checking for python version... 3.11
checking for python platform... darwin
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking for sqlite3... yes
checking for --with-install-type... portable-exe
checking for --with-download-deps... yes
configure: creating ./config.status
config.status: creating Makefile
PYTHONDONTWRITEBYTECODE=1 "/Users/ec2-user/.asdf/shims/python" "./backends/build_system" \
                build \
                --artifact "portable-exe" \
                --build-dir "./build" --download-deps
Collecting flit-core==3.8.0
  Using cached flit_core-3.8.0-py3-none-any.whl (62 kB)
Collecting wheel==0.37.1
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Requirement already satisfied: pip==22.3.1 in ./build/venv/lib/python3.11/site-packages (from -r /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/requirements/download-deps/bootstrap-lock.txt (line 17)) (22.3.1)
Collecting setuptools==65.3.0
  Using cached setuptools-65.3.0-py3-none-any.whl (1.2 MB)
Installing collected packages: wheel, setuptools, flit-core
  Attempting uninstall: setuptools
    Found existing installation: setuptools 65.5.0
    Uninstalling setuptools-65.5.0:
      Successfully uninstalled setuptools-65.5.0
Successfully installed flit-core-3.8.0 setuptools-65.3.0 wheel-0.37.1

[notice] A new release of pip available: 22.3.1 -> 23.1.1
[notice] To update, run: /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/bin/python -m pip install --upgrade pip
Collecting altgraph==0.17.3
  Using cached altgraph-0.17.3-py2.py3-none-any.whl (21 kB)
Collecting awscrt==0.16.15
  Using cached awscrt-0.16.15-cp311-cp311-macosx_10_9_universal2.whl (1.3 MB)
Collecting cffi==1.15.1
  Using cached cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl (174 kB)
Collecting colorama==0.4.6
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting cryptography==40.0.1
  Using cached cryptography-40.0.1-cp36-abi3-macosx_10_12_universal2.whl (5.1 MB)
Collecting distro==1.8.0
  Using cached distro-1.8.0-py3-none-any.whl (20 kB)
Collecting docutils==0.19
  Using cached docutils-0.19-py3-none-any.whl (570 kB)
Collecting jmespath==1.0.1
  Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting macholib==1.16.2
  Using cached macholib-1.16.2-py2.py3-none-any.whl (38 kB)
Collecting prompt-toolkit==3.0.38
  Using cached prompt_toolkit-3.0.38-py3-none-any.whl (385 kB)
Collecting pycparser==2.21
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting pyinstaller==5.8.0
  Using cached pyinstaller-5.8.0-py3-none-macosx_10_13_universal2.whl (925 kB)
Collecting pyinstaller-hooks-contrib==2023.2
  Using cached pyinstaller_hooks_contrib-2023.2-py2.py3-none-any.whl (261 kB)
Collecting python-dateutil==2.8.2
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting ruamel-yaml==0.17.21
  Using cached ruamel.yaml-0.17.21-py3-none-any.whl (109 kB)
Collecting ruamel-yaml-clib==0.2.7
  Using cached ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl (139 kB)
Collecting six==1.16.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting urllib3==1.26.15
  Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
Collecting wcwidth==0.2.6
  Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
Requirement already satisfied: setuptools>=42.0.0 in ./build/venv/lib/python3.11/site-packages (from pyinstaller==5.8.0->-r /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/requirements/download-deps/portable-exe-lock.txt (line 162)) (65.3.0)
Installing collected packages: wcwidth, altgraph, urllib3, six, ruamel-yaml-clib, ruamel-yaml, pyinstaller-hooks-contrib, pycparser, prompt-toolkit, macholib, jmespath, docutils, distro, colorama, awscrt, python-dateutil, pyinstaller, cffi, cryptography
Successfully installed altgraph-0.17.3 awscrt-0.16.15 cffi-1.15.1 colorama-0.4.6 cryptography-40.0.1 distro-1.8.0 docutils-0.19 jmespath-1.0.1 macholib-1.16.2 prompt-toolkit-3.0.38 pycparser-2.21 pyinstaller-5.8.0 pyinstaller-hooks-contrib-2023.2 python-dateutil-2.8.2 ruamel-yaml-0.17.21 ruamel-yaml-clib-0.2.7 six-1.16.0 urllib3-1.26.15 wcwidth-0.2.6

[notice] A new release of pip available: 22.3.1 -> 23.1.1
[notice] To update, run: /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/bin/python -m pip install --upgrade pip
Processing /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: colorama<0.4.7,>=0.2.5 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (0.4.6)
Requirement already satisfied: docutils<0.20,>=0.10 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (0.19)
Requirement already satisfied: cryptography<40.0.2,>=3.3.2 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (40.0.1)
Requirement already satisfied: ruamel.yaml<=0.17.21,>=0.15.0 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (0.17.21)
Requirement already satisfied: ruamel.yaml.clib<=0.2.7,>=0.2.0 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (0.2.7)
Requirement already satisfied: prompt-toolkit<3.0.39,>=3.0.24 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (3.0.38)
Requirement already satisfied: distro<1.9.0,>=1.5.0 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (1.8.0)
Requirement already satisfied: awscrt<0.17.0,>=0.12.4 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (0.16.15)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (2.8.2)
Requirement already satisfied: jmespath<1.1.0,>=0.7.1 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (1.0.1)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in ./build/venv/lib/python3.11/site-packages (from awscli==2.11.15) (1.26.15)
Requirement already satisfied: cffi>=1.12 in ./build/venv/lib/python3.11/site-packages (from cryptography<40.0.2,>=3.3.2->awscli==2.11.15) (1.15.1)
Requirement already satisfied: wcwidth in ./build/venv/lib/python3.11/site-packages (from prompt-toolkit<3.0.39,>=3.0.24->awscli==2.11.15) (0.2.6)
Requirement already satisfied: six>=1.5 in ./build/venv/lib/python3.11/site-packages (from python-dateutil<3.0.0,>=2.1->awscli==2.11.15) (1.16.0)
Requirement already satisfied: pycparser in ./build/venv/lib/python3.11/site-packages (from cffi>=1.12->cryptography<40.0.2,>=3.3.2->awscli==2.11.15) (2.21)
Building wheels for collected packages: awscli
  Building wheel for awscli (pyproject.toml) ... done
  Created wheel for awscli: filename=awscli-2.11.15-py3-none-any.whl size=16084500 sha256=6ba06d05c4dfd56996f344006826e5ae3b9e5c57755db197c7b43b2dc49eb1e5
  Stored in directory: /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-ephem-wheel-cache-uzbh8uef/wheels/1f/30/9d/3f6e0c2260d86324446e018673b976136d6a4730f22ec1e519
Successfully built awscli
Installing collected packages: awscli
Successfully installed awscli-2.11.15
Update metadata values {'distribution_source': 'source-sandbox'}
68 INFO: PyInstaller: 5.8.0
68 INFO: Python: 3.11.3
73 INFO: Platform: macOS-13.2.1-arm64-arm-64bit
75 INFO: UPX is not available.
76 INFO: Extending PYTHONPATH with paths
['/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/bin']
159 INFO: checking Analysis
159 INFO: Building Analysis because Analysis-00.toc is non existent
159 INFO: Initializing module dependency graph...
160 INFO: Caching module graph hooks...
161 WARNING: Several hooks defined for module 'botocore'. Please take care they do not conflict.
164 INFO: Analyzing base_library.zip ...
694 INFO: Loading module hook 'hook-heapq.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
739 INFO: Loading module hook 'hook-encodings.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
1584 INFO: Loading module hook 'hook-pickle.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
2484 INFO: Caching module dependency graph...
2523 INFO: running Analysis Analysis-00.toc
2525 INFO: Analyzing /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/bin/aws
2529 INFO: Loading module hook 'hook-awscli.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller'...
3747 INFO: Loading module hook 'hook-platform.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
3766 INFO: Loading module hook 'hook-xml.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
3779 INFO: Processing pre-safe import module hook botocore from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller/pre_safe_import_module/hook-botocore.py'.
3931 INFO: Processing pre-safe import module hook six.moves from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'.
4096 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py'.
4265 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
4389 INFO: Loading module hook 'hook-cryptography.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
5114 INFO: Loading module hook 'hook-multiprocessing.util.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
5398 INFO: Loading module hook 'hook-sqlite3.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
5817 INFO: Loading module hook 'hook-difflib.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
5826 INFO: Loading module hook 'hook-docutils.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
6462 INFO: Loading module hook 'hook-xml.dom.domreg.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
7160 INFO: Loading module hook 'hook-wcwidth.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
7738 INFO: Processing module hooks...
7738 WARNING: Hidden import "httplib" not found!
7845 INFO: Processing pre-safe import module hook s3transfer from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller/pre_safe_import_module/hook-s3transfer.py'.
8367 INFO: Loading module hook 'hook-pkg_resources.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
8610 INFO: Loading module hook 'hook-sysconfig.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
8621 WARNING: Hidden import "pkg_resources.py2_warn" not found!
8765 INFO: Loading module hook 'hook-botocore.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller'...
8765 WARNING: Hidden import "markupbase" not found!
9250 INFO: Processing pre-safe import module hook win32com from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py'.
9552 INFO: Looking for ctypes DLLs
9555 WARNING: Library user32 required via ctypes not found
9581 INFO: Analyzing run-time hooks ...
9583 INFO: Including run-time hook '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py'
9584 INFO: Including run-time hook '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py'
9585 INFO: Including run-time hook '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py'
9626 INFO: Looking for dynamic libraries
10007 INFO: Looking for eggs
10007 INFO: Using Python library /Users/ec2-user/.asdf/installs/python/3.11.3/lib/libpython3.11.dylib
10012 INFO: Warnings written to /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws/warn-aws.txt
10039 INFO: Graph cross-reference written to /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws/xref-aws.html
10130 INFO: checking PYZ
10130 INFO: Building PYZ because PYZ-00.toc is non existent
10130 INFO: Building PYZ (ZlibArchive) /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws/PYZ-00.pyz
10688 INFO: Building PYZ (ZlibArchive) /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws/PYZ-00.pyz completed successfully.
10697 INFO: EXE target arch: arm64
10697 INFO: Code signing identity: None
10697 INFO: checking PKG
10697 INFO: Building PKG because PKG-00.toc is non existent
10697 INFO: Building PKG (CArchive) aws.pkg
10716 INFO: Building PKG (CArchive) aws.pkg completed successfully.
10716 INFO: Bootloader /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/bootloader/Darwin-64bit/run
10716 INFO: checking EXE
10716 INFO: Building EXE because EXE-00.toc is non existent
10716 INFO: Building EXE from EXE-00.toc
10716 INFO: Copying bootloader EXE to /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws/aws
10717 INFO: Converting EXE to target arch (arm64)
10729 INFO: Removing signature(s) from EXE
10739 INFO: Appending PKG archive to EXE
10750 INFO: Fixing EXE headers for code signing
10754 INFO: Re-signing the EXE
10782 INFO: Building EXE from EXE-00.toc completed successfully.
10785 INFO: checking COLLECT
10785 INFO: Building COLLECT because COLLECT-00.toc is non existent
10785 INFO: Building COLLECT COLLECT-00.toc
12295 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Copying /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/dist/aws -> /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/aws/dist
67 INFO: PyInstaller: 5.8.0
67 INFO: Python: 3.11.3
73 INFO: Platform: macOS-13.2.1-arm64-arm-64bit
75 INFO: UPX is not available.
75 INFO: Extending PYTHONPATH with paths
['/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/bin']
158 INFO: checking Analysis
159 INFO: Building Analysis because Analysis-00.toc is non existent
159 INFO: Initializing module dependency graph...
159 INFO: Caching module graph hooks...
161 WARNING: Several hooks defined for module 'botocore'. Please take care they do not conflict.
163 INFO: Analyzing base_library.zip ...
692 INFO: Loading module hook 'hook-heapq.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
737 INFO: Loading module hook 'hook-encodings.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
1573 INFO: Loading module hook 'hook-pickle.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
2461 INFO: Caching module dependency graph...
2501 INFO: running Analysis Analysis-00.toc
2504 INFO: Analyzing /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/bin/aws_completer
2508 INFO: Loading module hook 'hook-awscli.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller'...
3694 INFO: Loading module hook 'hook-sqlite3.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
3907 INFO: Loading module hook 'hook-multiprocessing.util.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
3953 INFO: Loading module hook 'hook-xml.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
4389 INFO: Loading module hook 'hook-wcwidth.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
4517 INFO: Loading module hook 'hook-xml.dom.domreg.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
4947 INFO: Loading module hook 'hook-platform.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
4962 INFO: Processing pre-safe import module hook botocore from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller/pre_safe_import_module/hook-botocore.py'.
5037 INFO: Processing pre-safe import module hook six.moves from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'.
5203 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py'.
5402 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
5510 INFO: Loading module hook 'hook-cryptography.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
6103 INFO: Processing module hooks...
6106 INFO: Loading module hook 'hook-docutils.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
6684 WARNING: Hidden import "httplib" not found!
7396 INFO: Loading module hook 'hook-difflib.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
7748 INFO: Processing pre-safe import module hook s3transfer from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller/pre_safe_import_module/hook-s3transfer.py'.
8263 INFO: Loading module hook 'hook-pkg_resources.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
8509 INFO: Loading module hook 'hook-sysconfig.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks'...
8520 WARNING: Hidden import "pkg_resources.py2_warn" not found!
8663 INFO: Loading module hook 'hook-botocore.py' from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/pyinstaller'...
8663 WARNING: Hidden import "markupbase" not found!
9144 INFO: Processing pre-safe import module hook win32com from '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py'.
9437 INFO: Looking for ctypes DLLs
9453 WARNING: Library user32 required via ctypes not found
9466 INFO: Analyzing run-time hooks ...
9469 INFO: Including run-time hook '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py'
9469 INFO: Including run-time hook '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py'
9471 INFO: Including run-time hook '/Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py'
9512 INFO: Looking for dynamic libraries
9889 INFO: Looking for eggs
9890 INFO: Using Python library /Users/ec2-user/.asdf/installs/python/3.11.3/lib/libpython3.11.dylib
9895 INFO: Warnings written to /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws_completer/warn-aws_completer.txt
9922 INFO: Graph cross-reference written to /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws_completer/xref-aws_completer.html
10011 INFO: checking PYZ
10011 INFO: Building PYZ because PYZ-00.toc is non existent
10011 INFO: Building PYZ (ZlibArchive) /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws_completer/PYZ-00.pyz
10585 INFO: Building PYZ (ZlibArchive) /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws_completer/PYZ-00.pyz completed successfully.
10594 INFO: EXE target arch: arm64
10594 INFO: Code signing identity: None
10594 INFO: checking PKG
10594 INFO: Building PKG because PKG-00.toc is non existent
10594 INFO: Building PKG (CArchive) aws_completer.pkg
10614 INFO: Building PKG (CArchive) aws_completer.pkg completed successfully.
10614 INFO: Bootloader /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/venv/lib/python3.11/site-packages/PyInstaller/bootloader/Darwin-64bit/run
10614 INFO: checking EXE
10614 INFO: Building EXE because EXE-00.toc is non existent
10614 INFO: Building EXE from EXE-00.toc
10614 INFO: Copying bootloader EXE to /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build/aws_completer/aws_completer
10614 INFO: Converting EXE to target arch (arm64)
10627 INFO: Removing signature(s) from EXE
10638 INFO: Appending PKG archive to EXE
10652 INFO: Fixing EXE headers for code signing
10656 INFO: Re-signing the EXE
10687 INFO: Building EXE from EXE-00.toc completed successfully.
10691 INFO: checking COLLECT
10691 INFO: Building COLLECT because COLLECT-00.toc is non existent
10691 INFO: Building COLLECT COLLECT-00.toc
12280 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Copying contents of /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/dist/aws_completer into /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/aws/dist
Copying contents of /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/exe/assets into /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/aws
Update metadata values {'distribution_source': 'source-exe'}
Deleted build directory: /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/build
Deleted build directory: /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/dist
Built exe at /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/aws
"/Users/ec2-user/.asdf/shims/python" "./backends/build_system" \
                install \
                --build-dir "./build" \
                --lib-dir "/Users/ec2-user/.asdf/installs/awscli/ref-2.11.15/lib" \
                --bin-dir "/Users/ec2-user/.asdf/installs/awscli/ref-2.11.15/bin"
Copying /Users/ec2-user/.asdf/downloads/awscli/ref-2.11.15/build/exe/aws/dist -> /Users/ec2-user/.asdf/installs/awscli/ref-2.11.15/lib/aws-cli
~
asdf-awscli 2.11.15 installation was successful!
...
ec2-user@ip-172-31-30-70 ~ % asdf global awscli ref:2.11.15
ec2-user@ip-172-31-30-70 ~ % aws --version                 
aws-cli/2.11.15 Python/3.11.3 Darwin/22.3.0 source-exe/arm64 prompt/off

@MetricMike MetricMike merged commit 9ddb657 into main Apr 25, 2023
@MetricMike MetricMike deleted the only-bundles branch April 25, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant