用pip安装scipy的OpenShift - 由远程主机关闭的连接

时间:2014-06-03 10:07:07

标签: ssh pip openshift

我在OpenShift上部署应用时遇到了问题。

该应用程序需要scipy,但每次我尝试pip install scipy时,ssh连接总是以“Connection to remote to remote host”结束。

我尝试了一些事情: 导出TMOUT =

.openshift_ssh / config: ServerAliveInterval 60 ServerAliveCountMax 99999 TCPKeepAlive是的 ClientAliveInterval 60 ClientAliveCountMax 99999

在tmux中启动安装,并在连接中断时重新连接。事实证明,tmux也显然已经被杀死了。

是否有人在OpenShift或任何其他需要较长编译时间的软件包上成功安装了scipy?

谢谢你, 马特

0 个答案:

没有答案