赞
踩
原因:是因为我自己同时在windows上安装了python2、python3所以导致无法确认,应该使用哪个版本的pip。
我的解决方法:
python2 -m pip install 包名
python3 -m pip install 包名