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
pip install --force-reinstall --no-binary :all: pyinstaller
Did the trick for me but only when running it into a command prompt as administrator....(Win10)