在cmd环境中莫名其妙报错,但是只搜到如果在Python环境中报错,要退出exit(),进入cmd,但是本身在cmd环境中报错就离谱
参考:https://pip.pypa.io/en/stable/user_guide/
py -m pip install --upgrade SomePackage(填写pip)
i.e.
py -m pip install --upgrade pip
然后就可以安装需要的包了
py -m pip install SomePackage (填写需要安转的包)