节点运行python脚本崩溃

时间:2018-11-11 09:52:01

标签: python node.js express bootstrap-4

我正在nodejs内运行一个python脚本,当我尝试在y计算机上运行代码时,服务器正在运行,并且当我尝试将所有文​​件推送到工作中的服务器(关闭服务器)时,它将发送错误,即使这在我的本地主机上也有效,但是相同的文件在服务器上崩溃了。我在服务器上安装了python和anaconda。错误看起来像在cmd上一样:

C:\path>node webQ.js runserver

events.js:183 throw er;//Unhandled 'error' event

Error:spawn python ENOENT
at _errorException <util.js:1022:11>
at Process.ChildProcess._handle.onexit <internal/child_process.js:190:19>
at onErrorNT <internal/child_process.js:372:16>
at _combinedTickCallback <internal/process/next_tick.js:138:11>
at process._tickCallback <internal/process/next_tick.js:180:9>
at Function.Module.runMain <module.js:686:11>
at startup <bootstrap_node.js:187:16>
at bootstrap.node.js:608:3

1 个答案:

答案 0 :(得分:0)

问题是您的计算机上配置了python。