TypeError: __init__() got an unexpected keyword argument 'serialized_options'
TypeError: __init__() got an unexpected keyword argument 'serialized_options'
这是由于包版本和python版本不匹配导致的
导入哪个包报这个错,就升级那个包,运行语句如下:
pip install -U 包名
例如:pip install -U onnx
原文链接:https://blog.csdn.net/u012135425/article/details/102816487
来源:oschina
链接:https://my.oschina.net/u/4335918/blog/4295392