seq2seq icon indicating copy to clipboard operation
seq2seq copied to clipboard

python -m unittest seq2seq.test.pipeline_test -> ModuleNotFoundError: No module named 'seq2seq'

Open fsnajafali opened this issue 2 years ago • 2 comments

seq2seq/test/pipeline_test.py:25: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses

import imp

Traceback (most recent call last):

File "seq2seq/test/pipeline_test.py", line 35, in <module>

`from seq2seq.test import utils as test_utils`

ModuleNotFoundError: No module named 'seq2seq'

I get this error when running the unit test pipeline_test. Any suggestions to solve the problem?

fsnajafali avatar Mar 21 '22 20:03 fsnajafali

您的邮件已收到,,,我会尽快回复的,,,

SCUTQiaoRui avatar Mar 21 '22 20:03 SCUTQiaoRui

maybe the tensorflow version doesn't match. i face some other questions lack of packages or no exist packages on tf-v2.8

wwddd66 avatar May 06 '22 07:05 wwddd66