ModuleNotFoundError: No module named ‘matplotlib‘

pip install matplotlib

如果不行,就

python -m pip install --upgrade pip

还是不行就换个清华源:
 

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib

你可能感兴趣的:(python,matplotlib,python)