Airpyrt not launch

good afternoon
have a mac
OS X 13.3
fails to launch airpyrt, for jailbreak time capsule.
I get an error

I installed python 2.7 but it doesn’t help

sh-3.2# python -m acp -t 172.19.20.20 -p infiniy –setprop dbug 0x3000
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", frame, loader, pkg_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/aleksandr/Downloads/airpyrt-tools-main-5/acp/__main__.py", line 1, in <module>
import clixml
Files "acp/cli.py", line 9, in <module>
from .base binary import *
Files "acp/basebinary.py", line 6, in <module>
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher

help to launch.

You are missing oython libraries that you need.
In this case cryptography for python 2.7.
I suspect you will need to obtain the source code for a suitable old version and compile it as I do not think PyPI has python 2.7 libraries any more.