How to Solve NameError: name 'gyp_helper' is not defined

Solution: Import the 'gyp_helper' module

# Add the following line to the top of your code
import gyp_helper

 

For more information:
Python gyp_helper