python 打包matplotlib 出错 No such file

我找遍网上没有出现类似的问题,打包出的exe打开会出现这个问题

python 打包matplotlib 出错 line790 No such file Temp\\mpl-data\\matplotlibrc

github上也有人提出这个问题

https://github.com/pyinstaller/pyinstaller/issues/5567

 File "matplotlib\__init__.py", line 703, in _open_file_or_url
FileNotFoundError: [Errno 2] No such file or directory: 'xxxxx\\matplotlib\\mpl-data\\matplotlibrc'
[2688] Failed to execute script test

博主您好,请问您解决了吗

有位兄弟说把安装包路径的 “python37\lib\site-packages\matplotlib\mpl-data”拷贝到exe文件目录即可