How to Solve NameError: name 'Controller' is not defined -- stem

Solution: Import the 'Controller' module

To Solve the error, add the following line to the top of your code.

from stem.control import Controller

 

For more information:
Python stem Controller