我正在尝试拨打以下电话:
from simplejson import JSONDecodeError
但我收到此错误:
from simplejson import JSONDecodeError
ImportError: cannot import name JSONDecodeError
以下信息可能会有所帮助:
此代码在 ubuntu 中运行良好,但在mac中出现此错误。
我有多个版本的 python,我只是删除了 python 2.6(因为我使用的是python 2.7)
并用于
easy_install_27
安装这个特定的库。