-
Notifications
You must be signed in to change notification settings - Fork 31
Description
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 .)
Line 29 in 524d6b9
8. ```pip install .``` - Error occurred at line 33 of the setup.py code
Line 31 in 524d6b9
'openfl @ git+https://github.com/intel/openfl.git@f4b28d710e2be31cdfa7487fdb4e8cb3a1387a5f',
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
securefederatedai/openfederatedlearning@771fc05
So I took this commit number and modified the path to install openfl in setup.py.
change
Line 31 in 524d6b9
| '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