Pyinstaller is not recognized as internal or external command

前端 未结 8 1647
旧巷少年郎
旧巷少年郎 2020-12-15 07:51

I am trying to use pyinstaller in cmd but I receive error:

C:\\Users\\username>pyinstaller
\'pyinstaller\' is not recognized as an internal         


        
8条回答
  •  遥遥无期
    2020-12-15 08:22

    Goto - "C:\Users\Username\anaconda3\Scripts" path and copy "pyinstaller.exe" and paste it in the directory where you want to use pyinstaller, it worked for me

提交回复
热议问题