python的一些问题
1. pip install 报错 ReadTimeoutError:
解决方案:pip --default-timeout=1000 install matplotlib
2.pycharm 调用 matplotlib不显示
解决方案: plt.show()
1. pip install 报错 ReadTimeoutError:
解决方案:pip --default-timeout=1000 install matplotlib
2.pycharm 调用 matplotlib不显示
解决方案: plt.show()