Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

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

Open
fsnajafali opened this issue Mar 21, 2022 · 2 comments

Comments

@fsnajafali
Copy link

fsnajafali commented Mar 21, 2022

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?

@SCUTQiaoRui
Copy link

SCUTQiaoRui commented Mar 21, 2022 via email

@wwddd66
Copy link

wwddd66 commented May 6, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants