% arch -arm64 brew update
% arch -arm64 brew install python3
......
==> Caveats
==> python@3.13
Python is installed as
/opt/homebrew/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, are installed into
/opt/homebrew/opt/python@3.13/libexec/bin
See: https://docs.brew.sh/Homebrew-and-Python
% python3 --version
Python 3.9.6
% pip3 install requests
......
Installing collected packages: requests
Successfully installed requests-2.15.1
% pip3 install pyaes
......
Successfully built pyaes
Installing collected packages: pyaes