I am trying to compile a Kivy application to a windows exe, but I keep receiving an attribute error: AttributeError: \'str\' object has no attribute \'items\'
I have
Despite upgrading the setuptools, Uninstalling and reinstalling works for me.
setuptools
conda uninstall setuptools
and then
conda install setuptools