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

Annet diff - NotImplementedError() #69

Open
lst123 opened this issue Aug 20, 2024 · 0 comments
Open

Annet diff - NotImplementedError() #69

lst123 opened this issue Aug 20, 2024 · 0 comments
Assignees

Comments

@lst123
Copy link

lst123 commented Aug 20, 2024

Hello!

Annet diff raises NotImplementedError():

~/annet> annet diff testbox
Traceback (most recent call last):
  File "/Users/lst/Documents/py_prj/.venv/bin/annet", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/annlib/lib.py", line 340, in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/annet.py", line 19, in main
    return parser.dispatch(pre_call=annet.init, add_help_command=True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/argparse.py", line 360, in dispatch
    return ns.func(*values)
           ^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/cli.py", line 119, in diff
    gen_sort_diff(api.diff(args, loader, device_ids, filterer), args),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/api/__init__.py", line 335, in diff
    for res in ann_gen.old_new(
               ^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/gen.py", line 400, in old_new
    running, failed_running = _old_resolve_running(config, devices)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/tracing.py", line 139, in wrapper
    return cache(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/gen.py", line 812, in _old_resolve_running
    running, failed_running = fetcher.fetch(devices)
                              ^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/lst/Documents/py_prj/.venv/lib/python3.12/site-packages/annet/deploy.py", line 80, in fetch
    raise NotImplementedError()
NotImplementedError

Could you please help me with this?

@gescheit gescheit self-assigned this Aug 20, 2024
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

2 participants