Error loading Python lib with PyInstaller on MacOS

前端 未结 2 730
刺人心
刺人心 2020-12-31 22:11

I am trying to package some python into an executable on MacOS (10.14.5). I am able to create the executable, but executing the resulting dist/hello_world execu

2条回答
  •  别那么骄傲
    2020-12-31 22:44

    The latest version of Pyinstaller only supports Python 2.7, 3.5–3.7. If you downgrade to Python 3.7 it will work!

提交回复
热议问题