安装或者更新pip
背景python pip报错 Cannot open Scripts\pip-script.py解决方法conda环境安装pip和更新的方法# 使用国内镜像,会更快conda install --channel https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ pip非conda环境,若无pip环境,则新安装# 下载pip安装脚本https://boo
·
背景
python pip报错 Cannot open Scripts\pip-script.py
解决方法
conda环境安装pip和更新的方法
# 使用国内镜像,会更快
conda install --channel https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ pip
非conda环境,若无pip环境,则新安装
# 下载pip安装脚本
https://bootstrap.pypa.io/get-pip.py
# 安装pip
python get-pip.py
非conda环境,有Pip或esay_install环境,则
# easy_install 环境
easy_install pip
测试
pip -V
转自:https://blog.csdn.net/myhes/article/details/106582262
昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐



所有评论(0)