再pycharm中进行python中编程调试时有可能会出现此类错误,语法上不报警,也没啥提示,就是运行的时候意外退出,查找原因无从下手,这种错误码大多是由于某一函数的输入参数格式或者类型不对导致的,比如('2022-05-30 13:43:20','%Y-%m-%d %H:%M:%S')你写成了(' 2022-05-30 13:43:20','%Y-%m-%d %H:%M:%S'),就会出现这种错误,因为输入参数’2022-05-30 13:43:20‘前面你加了空格,类似的其他函数出现类似的输入参数错误都会出现这样的问题。
相关文章
- Pycharm 调用sklearn时出现Process finished with exit code -1066598274 (0xC06D007E)
- python编程中出现“Process finished with exit code 1073741845”
- python程序运行提示Process finished with exit code -1073741819 (0xC0000005),程序终止运行...
- spring boot 项目,启动后立马关闭的问题,出现Process finished with exit code 0
- python:在PyCharm运行代码后无法输入也没有输出结果只显示Process finished with exit code 0
- 解决Pycharm debug下出现错误Process finished with exit code -1073741819 (0xC0000005)的问题