Pyinstaller compile to exe

前端 未结 8 1372
旧时难觅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 03:00

    Despite upgrading the setuptools, Uninstalling and reinstalling works for me.

    conda uninstall setuptools
    

    and then

    conda install setuptools
    

提交回复
热议问题