Script file ‘D:\Anaconda3\Scripts\pip-script.py‘ is not present.-anaconda如何安装pip-pip的安装-

简介: Script file ‘D:\Anaconda3\Scripts\pip-script.py‘ is not present.-anaconda如何安装pip-pip的安装-

https://pypi.org/project/pip/#files


上面网址 下载


image.png


下载标黄的


然后把他解压放到桌面上,通过anaconda prompt或者 cmd ,cd进setup.py所在的文件夹


image.png


然后 输入 python setup.py install 即可

python setup.py install
相关文章
|
4月前
|
Serverless Linux Windows
在函数计算中,如果pip安装速度较慢
在函数计算中,如果pip安装速度较慢
38 1
|
3月前
pip install -U weditor 安装报错 error: subprocess-exited-with-error
pip install -U weditor 安装报错 error: subprocess-exited-with-error
67 0
|
1月前
|
iOS开发 MacOS Python
Mac安装pip报错的解决办法
Mac安装pip报错的解决办法
|
2月前
|
安全 iOS开发 MacOS
|
3月前
|
Ubuntu Python
更换pip源以及安装spyder3
更换pip源以及安装spyder3
|
4月前
|
Python
Python 工具和库:解释什么是 PIP?如何使用 PIP 安装 Python 包?
Python 工具和库:解释什么是 PIP?如何使用 PIP 安装 Python 包?
|
4月前
|
Linux Python
百度搜索:蓝易云【centos使用pip安装ansible教程。】
以上是在CentOS中使用pip安装Ansible的简要步骤。请注意,这是一个基本指南,实际操作中可能会有特定的配置和依赖项。建议参考Ansible官方文档或其他详细教程以获得更全面和准确的信息。
50 0
|
4月前
|
Python
使用pip安装第三方库的方法。
使用pip安装第三方库的方法。
|
4月前
|
缓存 Serverless Docker
函数计算Pip 安装很慢 如何处理?
函数计算Pip 安装很慢 如何处理?
233 2
|
4月前
|
Linux Shell Python
django(四)centos安装pip
Centos默认安装的python3并没有安装pip命令。 我们需要后期自行安装。 1:下载 arduino 复制代码 wget https://bootstrap.pypa.io/get-pip.py 2:安装 arduino 复制代码 python3 get-pip.py 3:查看pip版本(如果本步骤正常,忽略4/5步) 复制代码 pip -v
53 0