echarts-python
echarts-python copied to clipboard
python3 调用echart.plot()会报错
TypeError: a bytes-like object is required, not 'str'
+1 here
一个临时的办法是把这一行改成 fobj.write(self._html().encode()) 。但感觉最好还是能有 py3 的完整支持。我的环境是 Python 3.6.5
- 1