jupyter matplotlib UnicodeDecodeError

东方富
2023-12-01

原始错误:

        在jupyter中使用最新的matplotlib库时,出现解码错误问题,尝试了网上其他一堆方法没卵用,看看错误涉及的库,依次更新,解决。

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte

原因: jupyter、matploylib 和一些其它老库不兼容

修改:

pip install -U iPython
pip install -U simplejson
pip install -U ipykernel

 类似资料:

相关阅读

相关文章

相关问答