在conda环境中pip使用清华源秒速安装skimage、opencv、tensorflow、pytorch1.2.0等p
生活随笔
收集整理的這篇文章主要介紹了
在conda环境中pip使用清华源秒速安装skimage、opencv、tensorflow、pytorch1.2.0等p
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
pip install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simplepip 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
?
指定官方的版本?然后進行換源
pip install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.tuna.tsinghua.edu.cn/simple總結
以上是生活随笔為你收集整理的在conda环境中pip使用清华源秒速安装skimage、opencv、tensorflow、pytorch1.2.0等p的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Anaconda 镜像使用帮助
- 下一篇: 一文了解YOLO-v4目标检测