聚合表格:’NoneType’ object is not subscriptable
报错原因:通常为缺少待计算的变量解决方法:检查参数变量完整性,尤其是计算变量需要设置
Cannot implicitly convert type ‘Python.Runtime.PyObject’ to ‘string[]’
报错原因:读取的Excel文件可能存在格式i兼容问题解决方法:将Excel文件转为csv导入,如果转出的csv文件遇到utf-8编码错误,则参考https://bbs.statsape.com/q-and-a/543.html
COX多模型DCA曲线评估_Plus:读取图片结果时有警告信息:Value cannot be null. (Parameter ‘s’)
报错原因:通常为节点传入的自定义颜色存在Bug解决方法:删除自定义颜色的参数
多条件过滤表格:’>’ not supported between instances of str and int
报错原因:自变量可能是数值类型,非数值类型无法使用'>','<','=','<='等逻辑字符判断大小解决方法:确认自变量是否为数值
The process cannot access the file ‘D:\XXXXXXXX.tsv’ because it is being used by another process
报错原因:错误信息中提示的文件表格被其他程序占用解决方法:把占用文件的程序关掉





![Cannot implicitly convert type 'Python.Runtime.PyObject' to 'string[]'-决策链社区论坛](https://bbs.statsape.com/wp-content/uploads/2025/04/20250426134851368-image-300x109.png)



