我使用anaconda使用conda install matplotlib
安装托管matplotlib
但是当我启动python时,它说它无法找到matplotlib
如果我使用pip install,它会找到matplotlib,但抱怨是非框架版本
我如何在python中使用anaconda的matplotlib?
如果我卸载并重新安装anaconda版本,一切都很好。
这似乎是由pip install -r requirements.txt
的执行引发的,它导致安装了不同的matplotlib,但即使卸载了不同的版本后问题仍然存在