ImportError: cannot import name ‘rcParams‘ from ‘matplotlib.axes‘
ImportError: cannot import name 'rcParams' from 'matplotlib.axes' (/home/zf/.local/share/Trash/files/dist.3/_sim_v1/_internal/matplotlib/axes/__init__.py) [PYI-1546011:ERROR] Failed to execute script '_sim_v1' due to unhandled exception!
最终发现是因为pip install pyinstaller导致,卸载后用以下安装即可
pip3 install pyinstaller
