Python installation image

Tsinghua Mirror

Tsinghua generally preferred image

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

 

Watercress Mirror

pip install --index-url https://pypi.douban.com/simple tensorflow

 

Ali cloud images

pip install --index-url http://mirrors.aliyun.com/pypi/simple/ tensorflow

-i That -index-url

 

Larger packages can choose domestic mirror, much faster than normal

Guess you like

Origin www.cnblogs.com/yanshw/p/12335978.html