标签: python matplotlib pyinstaller
我在matplotlib.pyplot脚本中使用python 3.5,当我使用.py 3.2将.exe转换为Pyinstaller时,我收到此错误:
matplotlib.pyplot
python 3.5
.py
.exe
Pyinstaller
FileNotFoundError: Path or glob "2100 10" not found or matches no files.
当我尝试使用PYINSTALLER来处理XLSXWRITER时,我遇到了同样的FileNotFoundError。
有人可以帮我解决这个问题吗?