在conda環境中pip使用清華源秒速安裝skimage、opencv、tensorflow、pytorch1.2.0等p


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

 

指定官方的版本 然后進行換源

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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM