- 方法一
- 方法二
可能是pyinstaller的问题,尝试重装pyinstaller 。
命令行内输入:
>>> pip uninstall pyinstaller >>> pip install pyinstaller方法二
报错肯能是由于环境中安装了过时的 IPython 引起的。我们可以尝试将其更新到更新的版本。
命令行内输入:
>>> pip install --upgrade IPython
希望可以帮到大家!

可能是pyinstaller的问题,尝试重装pyinstaller 。
命令行内输入:
>>> pip uninstall pyinstaller >>> pip install pyinstaller方法二
报错肯能是由于环境中安装了过时的 IPython 引起的。我们可以尝试将其更新到更新的版本。
命令行内输入:
>>> pip install --upgrade IPython
希望可以帮到大家!