Facing AttributeError: module 'openfl.interface.collaborator' has no attribute 'create' error while running Federated_FedProx_PyTorch_MNIST_Tutorial jupyter notebook. #1061
-
Hi, While running jupyter notebook ---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[9], line 1
----> 1 fx.init('torch_cnn_mnist')
File [~/.local/lib/python3.10/site-packages/openfl/native/native.py:242](http://10.65.47.207:8888/home/openfl/.local/lib/python3.10/site-packages/openfl/native/native.py#line=241), in init(workspace_template, log_level, log_file, agg_fqdn, col_names)
240 data_path = 1
241 for col_name in col_names:
--> 242 collaborator.create(col_name, str(data_path), silent=True)
243 collaborator.generate_cert_request(col_name, silent=True, skip_package=True)
244 collaborator.certify(col_name, silent=True)
AttributeError: module 'openfl.interface.collaborator' has no attribute 'create' To Reproduce issue:
How can I resolve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
MasterSkepticista
Sep 25, 2024
Replies: 1 comment
-
Related: #834 It seems |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tanwarsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related: #834
It seems
create(...)
was removed in this commit: 4abfb0aEdit: @tanwarsh Can you test your code with #1062?