三极管放大电路仿真实战:从模型配置到失真排查
2026/9/2 3:35:09
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