wptools 维基百科 API 错误?

wptools Wikipedia API bug?

我不确定为什么在 运行 使用以下方法时会出现此错误:

import wptools
wptools.page('E.T._the_Extra-Terrestrial').get()

*TypeError: the JSON object must be str, not 'bytes'*

我已经确认此命令在其他计算机上有效,所以我不确定库中是否存在错误,或者我是否只是遗漏了什么。

我是运行宁windows10。 '3.5.2 |蟒蛇 4.1.1(64 位)| (默认,2016 年 7 月 5 日,11:41:13)[MSC v.1900 64 位 (AMD64)]'

我确认存在错误。开发人员已对其进行更新。请参阅 github 问题以供参考。

https://github.com/siznax/wptools/issues/95