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

[bug report] UnicodeDecodeError occurring in openfl #189

Open
sunyeongan opened this issue Mar 6, 2024 · 1 comment
Open

[bug report] UnicodeDecodeError occurring in openfl #189

sunyeongan opened this issue Mar 6, 2024 · 1 comment

Comments

@sunyeongan
Copy link

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 .)
    8. ```pip install .```
  2. Error occurred at line 33 of the setup.py code
    'openfl @ git+https://github.com/intel/openfl.git@f4b28d710e2be31cdfa7487fdb4e8cb3a1387a5f',

    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
securefederatedai/openfl@771fc05

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

change

'openfl @ git+https://github.com/intel/openfl.git@f4b28d710e2be31cdfa7487fdb4e8cb3a1387a5f',

to
'openfl @ git+https://github.com/intel/openfl.git@771fc05d57612e2fd0f133ee301f5cd9678cf9d9',

Desktop (please complete the following information):

  • OS: window10
  • Version : 22hz
@sunyeongan
Copy link
Author

This issue can be resolved.
#188

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

1 participant