Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ssh OpenShift使用pip安装scipy-远程主机关闭连接_Ssh_Pip_Openshift - Fatal编程技术网

Ssh OpenShift使用pip安装scipy-远程主机关闭连接

Ssh OpenShift使用pip安装scipy-远程主机关闭连接,ssh,pip,openshift,Ssh,Pip,Openshift,我在OpenShift上部署应用程序时遇到问题 该应用程序需要scipy,但每次我尝试pip安装scipy时,ssh连接总是以“连接到远程主机关闭”结束 我试过几件事: 导出TMOUT= .openshift_ssh/config: ServerAliveInterval 60 ServerAliveCountMax 99999 是的 ClientAliveInterval 60 ClientAliveCountMax 99999 在tmux中启动安装,并在连接中断时重新连接。结果发现tmux显

我在OpenShift上部署应用程序时遇到问题

该应用程序需要scipy,但每次我尝试pip安装scipy时,ssh连接总是以“连接到远程主机关闭”结束

我试过几件事: 导出TMOUT=

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

在tmux中启动安装,并在连接中断时重新连接。结果发现tmux显然也被杀了

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

谢谢,,
Matt

尝试使用
easy\u install
而不是
pip
。我也有这个问题。