-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Cannot install deepspeed 0.12.6, fail to produce metadata. #4914
Comments
@simonou99 - it looks like you are on Windows, we know Windows support isn't completely there, and it looks like part of why you are erroring out is because it cannot find dskernels:
However, this package is not supported for Windows due to the kernels not all being available there. There are largely two approaches here:
|
@simonou99 - does that help to answer your question? There's not much else to add for this issue, unfortunately. |
Hi, many thanks for the help. sry, i got pretty busy lately and couldnt make time for replying or checking my project. unfortunately its kinda inconvenient for me to move my current stuff onto wsl. so, thanks again for the help, it does provoke some thoughts for my future projects, but I might have to close this thread for now... |
Hi, Even in linux, this error happened: ModuleNotFoundError: No module named 'dskernels'. deepspeed: install from source |
Hi @nctu6 - have you run |
Hi, I have resolved the installation issue.
Best regards, |
I resolved the installation issue by executing the following command: |
Describe the bug
Fail to pip-install deepspeed 0.12.6
To Reproduce
pip install deepspeed
Expected behavior
Expected successful installation.
Error report output
(Truncated):
BTW, that line in Chinese characters ('无法打开输入文件') means 'cannot open input file' or similar.
Screenshots
N/A
System info (please complete the following information):
Docker context
N/A
Additional context
Error actually happened while trying to install the ludwig[full] package, which requires deepspeed.
The text was updated successfully, but these errors were encountered: