The full error message is:
ImportError: cannot import name 'namedtuple' from partially initialized module 'collections'
This issue occurs because the name of your .py file conflicts with a function name in a module. Simply changing the file name will resolve this problem.