Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running main.py #5

Open
jplegat opened this issue Nov 2, 2022 · 0 comments
Open

Error running main.py #5

jplegat opened this issue Nov 2, 2022 · 0 comments

Comments

@jplegat
Copy link

jplegat commented Nov 2, 2022

When running main.py, the following error is returned:

Traceback (most recent call last):
  File "main.py", line 43, in <module>
    manager.run()
  File "/Users/xxxx/Desktop/TMOP/tm_manager.py", line 334, in run
    from abstract_filter import TU
  File "/Users/xxxx/Desktop/TMOP/filters/abstract_filter.py", line 56, in <module>
    class AbstractFilter(ABC):
NameError: name 'ABC' is not defined

Running python 2.7.18

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

No branches or pull requests

1 participant