How to Solve NameError: name 'utils' is not defined -- corrdyn_creds
Solution: Import the 'utils' module
To Solve the error, add the following line to the top of your code.
from corrdyn_creds import utils
For more information:
Python corrdyn_creds utils