How to Solve NameError: name 'helpers' is not defined -- jedi

Solution: Import the 'helpers' module

# Add the following line to the top of your code
from jedi.inference import helpers

 

For more information:
jedi helpers