【发布时间】:2021-06-19 00:02:50
【问题描述】:
当我尝试编写 pyinstaller 'filename' 时,它给了我一个错误
pyinstaller 'filename'
'pyinstaller' is not recognized as an internal or external command,
operable program or batch file.
无论我尝试什么
python -m pyinstaller 'filename'
`No module named pyinstaller`
请告知解决方案(pyinstaller安装成功)
【问题讨论】:
标签: python pip pyinstaller