How to Solve NameError: name 'execute_command' is not defined -- zest
Solution: Import the 'execute_command' module
# Add the following line to the top of your code
from zest.releaser.utils import execute_command
For more information:
zest execute_command