FeTS-AI / Challenge

The repo for the FeTS Challenge
https://www.synapse.org/#!Synapse:syn28546456
47 stars 29 forks source link

[bug report] UnicodeDecodeError occurring in openfl #189

Open sunyeongan opened 4 months ago

sunyeongan commented 4 months ago

Describe the bug A clear and concise description of what the bug is. During step 8 in https://github.com/FeTS-AI/Challenge/tree/main/Task_1 , a openfl installation error occurred while executing 'openfl @ git+https://github.com/intel/openfl.git@771fc05d57612e2fd0f133ee301f5cd9678cf9d9z', among install_requires in setup.py.

To Reproduce Steps to reproduce the behavior:

  1. Execute step8 (pip install .) https://github.com/FeTS-AI/Challenge/blob/524d6b9f489ba852d601a437839abd937e5cab89/Task_1/README.md?plain=1#L29
  2. Error occurred at line 33 of the setup.py code https://github.com/FeTS-AI/Challenge/blob/524d6b9f489ba852d601a437839abd937e5cab89/Task_1/setup.py#L31 The following error occurs: FeTS_error2

Expected behavior I found an issue with the same bug in the openfl repository and a commit that improved it. Please check the link below https://github.com/securefederatedai/openfl/commit/771fc05d57612e2fd0f133ee301f5cd9678cf9d9

So I took this commit number and modified the path to install openfl in setup.py.

change https://github.com/FeTS-AI/Challenge/blob/524d6b9f489ba852d601a437839abd937e5cab89/Task_1/setup.py#L31 to 'openfl @ git+https://github.com/intel/openfl.git@771fc05d57612e2fd0f133ee301f5cd9678cf9d9',

Desktop (please complete the following information):

sunyeongan commented 4 months ago

This issue can be resolved. https://github.com/FeTS-AI/Challenge/issues/188