成功解决TypeError: ‘encoding’ is an invalid keyword argument for this function

成功解决TypeError: ‘encoding’ is an invalid keyword argument for this function

 

 

目录

解决问题

解决思路

解决方法


 

 

 

解决问题

TypeError: ‘encoding’ is an invalid keyword argument for this function。

 

 

解决思路

类型错误:“encoding”是此函数的无效关键字参数,可知版本不同,编码也不一样!

 

 

 

解决方法

import io data_file = io.open("F:\\MyPro\\data.yaml", "r", encoding='utf-8')

哈哈,大功告成!

 

 

上一篇:TypeError: this.getOptions is not a function 引入less一直报错


下一篇:浏览器报错 Uncaught TypeError: Cannot read property 'prototype' of undefined