pip报错:Script file ‘D:anaconda3Scriptspip-script.py‘ is not present.
Posted Alex_996
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip报错:Script file ‘D:anaconda3Scriptspip-script.py‘ is not present.相关的知识,希望对你有一定的参考价值。
pip
执行任何命令的时候,都会有一个报错:Script file 'D:\\anaconda3\\Scripts\\pip-script.py' is not present.
【Solution】
- 进入
pip-script.py
所在的文件夹
cd D:\\anaconda3\\Scripts
- 重新安装
pip
easy_install pip
- 如果报错
easy_install不是内部或外部命令,也不是可运行的程序
或easy_install : 无法将“easy_install”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
就是说你没有安装easy_install,所以先重新下载一下:
curl https://bootstrap.pypa.io/get-pip.py
重新安装:
python get-pip.py
以上是关于pip报错:Script file ‘D:anaconda3Scriptspip-script.py‘ is not present.的主要内容,如果未能解决你的问题,请参考以下文章
pip报错:Script file ‘D:anaconda3Scriptspip-script.py‘ is not present.
pip报错:Script file ‘D:anaconda3Scriptspip-script.py‘ is not present.
pip命令报错“no perl script found in input”