Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was 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

@fsnajafali

Description

@fsnajafali

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions