pip install -U --ignore-installed tensorflow netaddr -i --trusted-host mirrors.aliyun.com
上面默认安装2.0
指定版本
pip install -U --ignore-installed tensorflow==1.9 netaddr -i --trusted-host mirrors.aliyun.com
指定版本
pip install -U --ignore-installed tensorflow==1.9 netaddr -i --trusted-host mirrors.aliyun.com