python运行时出现:Process finished with exit code -1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python运行时出现:Process finished with exit code -1相关的知识,希望对你有一定的参考价值。

1. python运行结束出现: process finished with exit code 0 说明,程序正常运行完。 例如:test1.py文件如下代码 a = 1/1 print a 运行后出现: 1 Process finished with exit code 0 ===========================... 参考技术A Process finished with exit code 1

代表你的程序因为程序出错而异常退出,或者手动点击停止而执行的语句不多,而

Process finished with exit code 137 (interrupted by signal 9: SIGKILL)

则是你手动点击骷髅头按钮导致的强行退出

使用maven打包时出现Process terminated错误

使用maven打包时出现Process terminated样式的错误

注:(我的是一个父项目和几个子项目整合而成的项目,运行工具是idea)

遇到这个问题之后,首先想到的就是maven的配置文件是否出现了问题(使用自己本地的配置文件和仓库)

这里面的配置都是没有问题的,打包的使用还是出现process terminated

然后把百度的方法都尝试了下,还是无果,仔细看了报错日志,发现可能和父项目的pom文件有关

然后发现父项目的pom引入子项目时,就多引入了一遍!!!(只用引入一遍即可)

删除之后,maven打包就成功了,,,

真是被自己蠢哭了。。。

以上是关于python运行时出现:Process finished with exit code -1的主要内容,如果未能解决你的问题,请参考以下文章

使用maven打包时出现Process terminated错误

使用maven打包时出现Process terminated错误

使用maven打包时出现Process terminated错误

尝试通过运行 Tkinter 的发送进程在进程之间通过管道发送任何内容时出现管道损坏错误

从 Node child_process 执行 Argo Tunnel 时出现错误 1016

运行 app.js 时出现 Nodejs-mongoose-0.0.5 错误