-
Notifications
You must be signed in to change notification settings - Fork 29
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
Installation error on step 'pip install .' #188
Comments
Hi Rishi, I assume you're talking about the task 1 readme. @RishiPandey06 can you send the complete output of the pip install command instead of a screenshot? |
That was the whole error actually, and I saw the issue you mentioned but it only gave a solution for "gandalf" and not the issue I have. Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
@RishiPandey06 --------ERROR LOG----- error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
@sunyeongan No, sadly I had to leave this project and create a federated learning model / env of my own. You could use tensorflows federated learning library to implement the same |
@RishiPandey06 @sunyeongan - this seems to be a compatibility bug with Windows for OpenFL (OpenFL experimentally supports Windows, but issues like this do come up occassionally). If possible to move forward, I would recommend migrating to Linux while my team looks into a fix. |
hi @psfoley Perhaps this issue is #172 (comment) is connected to Line 32 in 524d6b9
GANDLF @ git+https://github.com/sunyeongan/GaNDLF.git@ff6417f19c4da0eb64c50afb5d436887203f63c8',
With this change it will run. But I wonder if this is right |
Hey @RishiPandey06 @sunyeongan Re: Windows installation issue - can you try pinning OpenFL==v1.5 in the Line 31 in 524d6b9
to openfl @ git+https://github.com/intel/[email protected]
|
Hmm, I did not run into this issue on my end. I wonder if it's a network issue. Though maybe not if you aren't running into issues cloning and installing other repos from source. Can you try updating the URL? Line 32 in 524d6b9
to GANDLF @ git+https://github.com/mlcommons/GaNDLF.git@e4d0d4bfdf4076130817001a98dfb90189956278
Also might be helpful to update the commit to: mlcommons/GaNDLF@f13fb9c (same commit but contained within that repo) |
thank you for the reply. @kta-intel I solved the problem by installing each library as follows.
|
Hey @sunyeongan, Thanks for the instructions. I just wanted to confirm something: did manually checking out and installing from that commit resolve the UnicodeDecodeError issue on Windows for you or was this in WSL/Linux? |
@kta-intel |
Hi,
I am getting this error while on the step on pip install . given in the readme.
I have been trying to solve this for the past 1 week I do not understand the cause for this error.
Here's my pytorch config:
Please let me know what I might be doing wrong or the changes I need to make, I'm running the exact same code mentioned in the readme even for the venv setup.
Thank you
The text was updated successfully, but these errors were encountered: