在conda环境中pip使用清华源秒速安装skimageopencvtensorflow等python库

Posted Clemente

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在conda环境中pip使用清华源秒速安装skimageopencvtensorflow等python库相关的知识,希望对你有一定的参考价值。

pip install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install tensorflow==1.13.1 -i https://pypi.tuna.tsinghua.edu.cn/simple

 

或者 豆瓣源

pip install xx -i https://pypi.doubanio.com/simple

 

以上是关于在conda环境中pip使用清华源秒速安装skimageopencvtensorflow等python库的主要内容,如果未能解决你的问题,请参考以下文章

conda常见命令

如何在 conda 环境中使用 pip 进行安装?

conda pip 阿里云镜像与清华镜像

如何在 Anaconda (Conda) 环境中跟踪 pip 安装的软件包?

conda 迁移环境

python pip anaconda conda 切换国内源(清华镜像)