PyInstaller WARNING: lib not found

前端 未结 9 1070
隐瞒了意图╮
隐瞒了意图╮ 2020-12-01 18:14

I know this type of question has been asked here before, but I did not find a working solution to it. I have a python file which I want to convert to an exe on Windows 10. I

9条回答
  •  失恋的感觉
    2020-12-01 19:13

    Note that as of 4/3/2019 the current dev version of pyinstaller 3.5 does not show these warnings. (3.5.dev0+g8c27d266)

    pip install git+https://github.com/pyinstaller/pyinstaller.git
    

提交回复
热议问题