在使用命令行安装matplotlib时,
输入命令
py -m pip install -U pip
结果报错:\python.exe: No module named pip,如下图所示:
解决方案:
1、首先
python -m ensurepip
python -m pip install --upgrade pip
2、然后安装
python -m pip install matplotlib
python -m pip install matplotlib