python3 -m venv ~/mypy
source ~/mypy/bin/activate
pip install z3-solver
pip install fastecdsa
pip install requests
pip install cryptography
pip install Crypto
ModuleNotFoundError: No module named 'Crypto' ?
pip install pycryptodome
Exception occurred: No module named 'PIL'
pip install Pillow