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
I have solved this by installing some dependencies,
pip install --force-reinstall --no-binary :all: pyinstaller
Here is the source issue link