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

Solution: Import the 'encodings' module

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

 

For more information:
Python encodings