-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Install DeepSpeed fail with setuptools-77.0.3 #7165
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
Comments
I'm seeing this issue as well. |
+1, seems to be a bug? As the bug report refers to a lower pytorch version, but actually setuptools==75.8.0 works perfectly for me, too. |
here's a more detailed stacktrace
|
same issue with setuptools-77.0.3 |
@kuailehaha or @zhangsmallshark or @yuzhaouoe can you test with this branch to confirm if we just need the updated pyproject.toml? |
I'm not able to repro this so far in a venv:
DeepSpeed installed just fine as a result of the following commands:
I have the same result with setuptools==77.0.3, can you share if you have ninja installed on your system? |
Yes, it does work with |
Thanks @kuailehaha - so we think this was a possible bug with setuptools, since it seems resolved otherwise. @winglian @yuzhaouoe can you confirm if this resolves the issue for you? |
When I install deepspeed with
pip install deepspeed
I got this:
Then I downgrade setuptools with
pip install setuptools==58.0.4
and succeed to install deepspeed.I will check if it works as well in practice as it seems.
The text was updated successfully, but these errors were encountered: