Pyinstaller compile to exe

前端 未结 8 1357
旧时难觅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:36

    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)

提交回复
热议问题