You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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>
ModuleNotFoundError: No module named 'seq2seq'
I get this error when running the unit test pipeline_test. Any suggestions to solve the problem?
The text was updated successfully, but these errors were encountered: