[bug report] UnicodeDecodeError occurring in openfl
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:
- Execute step8 (pip install .) https://github.com/FeTS-AI/Challenge/blob/524d6b9f489ba852d601a437839abd937e5cab89/Task_1/README.md?plain=1#L29
- 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:
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):
- OS:
window10 - Version :
22hz
This issue can be resolved. https://github.com/FeTS-AI/Challenge/issues/188