我如何使用'from utils import sentence'?

Posted

技术标签:

【中文标题】我如何使用\'from utils import sentence\'?【英文标题】:how do i use 'from utils import sentence'?我如何使用'from utils import sentence'? 【发布时间】:2020-06-05 07:04:44 【问题描述】:
from utils import sentence
sentences = sentence.Iterator(train_items,train_playlist, sentence.Mode.ALBUM)

我想使用'sentence',但是当我执行代码时,出现错误。错误如下。

ImportError: cannot import name 'sentence' from 'utils' (/opt/conda/lib/python3.7/site-packages/utils/init.py)

python 版本:3.7 实用程序版本:1.0.1

【问题讨论】:

您确定该库实际上包含名为 sentence 的内容吗? ImportError 明确表示包中没有这样的模块。错误或库结构已更改。 【参考方案1】:

尝试from utils.sentence import Iterator,然后执行sentences = Iterator(...)

【讨论】:

感谢您的回复。但是,“没有名为 'utils.sentence' 的模块”

以上是关于我如何使用'from utils import sentence'?的主要内容,如果未能解决你的问题,请参考以下文章

from utils import label_map_util 导入错误:没有名为 utils 的模块

TensorFlow成功解决 from keras.utils import Sequence ImportError: cannot import name ‘Sequence‘

由于错误 <<ImportError: cannot import name 'lobpcg' from 'sklearn.utils.fixes' >> 无法导入 SMOTE

react AntUI(table组件使用案例)

Django报错ImportError: cannot import name ‘ugettext_lazy‘ from ‘django.utils.translation‘

ImportError: cannot import name ‘_maybe_get_pandas_wrapper_freq‘ from ‘statsmodels.tsa.filters._util