TypeError: __init__() got an unexpected keyword argument ¨serialized_options¨

安稳与你 提交于 2020-08-10 06:48:40

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!