pyinstaller No module named pyinstaller

后端 未结 14 2114
日久生厌
日久生厌 2020-12-16 14:49

I have 2 python versions installed under my mac osx sierra: python 3.5 python 2.7

I installed pyinstaller under python3.5 with this command:

python3         


        
14条回答
  •  悲&欢浪女
    2020-12-16 15:44

    From Anaconda prompt the following works for me. Run the following command after navigating to the location of the module

    pyinstaller --onefile mypython35script.py
    

提交回复
热议问题