Pyinstaller is not recognized as internal or external command

前端 未结 8 1668
旧巷少年郎
旧巷少年郎 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:39

    For Python 3.7, you will have to add the Scripts folder from AppData/Roaming (%appdata%) to the PATH variable.

    C:\Users\%USERNAME%\AppData\Roaming\Python\Python37\Scripts

提交回复
热议问题