【Python】pip安装报错socket.timeout: The read operation timed out

问题:

执行命令pip install mindinsight

安装mindsight报错socket.timeout: The read operation timed out

【Python】pip安装报错socket.timeout: The read operation timed out_第1张图片

解决方案:

pip install mindinsight --default-timeout=10000

也就是增加超时时长

你可能感兴趣的:(Python,python,pip)