Pyinstaller compile to exe

前端 未结 8 1349
旧时难觅i
旧时难觅i 2021-01-18 02:09

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

8条回答
  •  伪装坚强ぢ
    2021-01-18 02:44

    I have solved this by installing some dependencies,

    pip install --force-reinstall --no-binary :all: pyinstaller
    

    Here is the source issue link

提交回复
热议问题