在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库的主要内容,如果未能解决你的问题,请参考以下文章