问题描述
我想打开几个月前转储的以下pickle文件,但出现以下错误。
dataset_s = pickle.load(open("dataset_s.pickle",'rb'))
AttributeError: Can't get attribute 'cluster' on <module 'spacy.lang.lex_attrs' from ...
此外,当我想import
使用的软件包时,会收到以下警告。
DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in
the future. Please pass the result to `transformed_cell` argument and any exception
that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17
and above,and should_run_async(code)
有人可以帮助我解决这些问题吗?