Skip to content

[bug report] UnicodeDecodeError occurring in openfl #189

@sunyeongan

Description

@sunyeongan

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/openfederatedlearning@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions