SeonYeong An
SeonYeong An
@RishiPandey06 Did you solve this problem? I'm experiencing the same problem. --------ERROR LOG----- error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines...
hi @psfoley Following your advice, I am running the code in WSL on Windows in Ubuntu Linux 22.04 environment. however `pip install .` An error occurs in the command. Perhaps...
thank you for the reply. @kta-intel It wasn't a network problem. https://github.com/FeTS-AI/Challenge/blob/524d6b9f489ba852d601a437839abd937e5cab89/Task_1/setup.py#L30C5-L34C7 I solved the problem by installing each library as follows. - git clone https://github.com/intel/openfl.git - cd openfl -...
@kta-intel When running on WSL/Linux, no UnicodeDecodeError occurred. This error occurred only when running setup.py in a Windows environment.
@ywang037 Did you solve it? I'm experiencing the same problem.
This issue can be resolved. https://github.com/FeTS-AI/Challenge/issues/188
HI ! @Geeks-Sid , Let's discuss together @jingyunc As you told me, I ran the command `pip install GANDLF@git+https://github.com/CBICA/GaANDLF.git@e4d0d4bfdf4076130817001a98dfb90189956278`. A connection timeout error occurred environment : window11 WSL2 Ubuntu linux...
After running the following command, `pip install pillow==9.4.0` the error does not occur!