-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Issue in deepspeed installation with python 3.8 #2161
Comments
@amalislam675 could you please share the full output of the error? |
@mrwyattii this is the full output of the error which I have got.
|
This error looks very similar to something we encountered recently and fixed in #1988. I don't believe this is a problem with DeepSpeed, but with TensorBoard/Protobuf. Could you try downgrading your protobuf install (to anything below version |
Thankyou, I will try. |
@amalislam675 did this work for you? |
@mrwyattii , It works fine. Thankyou. |
I have tried to installed the deepspeed using pip install deepspeed. But, it is not installed correctly within my environment. However, in my environment Python 3.8.13, Pytorch 1.12.0 with cuda_tool_kit 11.3, transformers=4.9.2 are installed.
Some lines of error are mentioned below:
/lib/python3.8/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks
/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py", line 573, in stream
data = self.read(amt=amt, decode_content=decode_content)
.....................
is there anyway to install?
The text was updated successfully, but these errors were encountered: