安装tensorflowr时出现read time out的解决办法
anaconda的juyter notebook使用pip 安装模块时read time out问题:
解决办法:
输入命令:pip --default-timeout=100 install -U Pillow
anaconda的juyter notebook使用pip 安装模块时read time out问题:
解决办法:
输入命令:pip --default-timeout=100 install -U Pillow