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
I get the following error and the container stops running:
Running Dispatcher for entrypoint: startup
Traceback (most recent call last):
File "/venv/bin/fedn", line 8, in <module>
sys.exit(main())
File "/venv/lib/python3.9/site-packages/click/core.py", line 1137, in __call__
return self.main(*args, **kwargs)
File "/venv/lib/python3.9/site-packages/click/core.py", line 1062, in main
rv = self.invoke(ctx)
File "/venv/lib/python3.9/site-packages/click/core.py", line 1668, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/venv/lib/python3.9/site-packages/click/core.py", line 1668, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/venv/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/venv/lib/python3.9/site-packages/click/core.py", line 763, in invoke
return __callback(*args, **kwargs)
File "/venv/lib/python3.9/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/app/fedn/cli/run_cmd.py", line 144, in client_cmd
client = Client(config)
File "/app/fedn/fedn/network/clients/client.py", line 103, in __init__
self._initialize_helper(client_config)
File "/app/fedn/fedn/network/clients/client.py", line 146, in _initialize_helper
self.helper = get_helper(client_config['model_type'])
File "/app/fedn/fedn/utils/helpers.py", line 16, in get_helper
helper = importlib.import_module(helper_plugin)
File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'fedn.utils.plugins.pytorch'
It appears that the image contains outdated code that is no longer in the current SDK?
Environment:
OS: MacOS
Version: Ventura
Browser: Chrome
Reproduction Steps
Steps to reproduce the behavior:
Follow the quickstart guide for the MNIST pytorch example.
Run the above command in a terminal.
Expected behavior
Expect image to run successfully with no errors.
Severity
Describe the bug
When attempting to run the command
I get the following error and the container stops running:
It appears that the image contains outdated code that is no longer in the current SDK?
Environment:
Reproduction Steps
Steps to reproduce the behavior:
Expected behavior
Expect image to run successfully with no errors.
Screenshot
Contact Details
[email protected]
The text was updated successfully, but these errors were encountered: