-
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
Installation fails on pytorch-1.5.1 docker image, "fatal error: type_shim.h: No such file or directory" #280
Comments
@vfdev-5 Thanks for reporting this problem and a solution. I will close this issue. Please feel free to reopen or reported a new one as appropriate. |
@tjruwase solution is to manually replace relative path by absolute one. Support of relative path will be enabled in coming versions of pytorch. Meanwhile, I think it could be rather simple from your side to change relative path to absolute one such that users need not patch it... Whats do you think ? |
@vfdev-5 Yes, switching from relative paths to absolute paths is a good idea. Is it possible for you to submit a PR? |
@tjruwase yes, I can do that, but not sure about the timeline. Maybe, this week-end or the next week if it's suitable for you. |
Hi,
I'm trying to install deepspeed with pytorch 1.5.1 version and it fails with the error
same as in the #251
Here are the steps how to reproduce:
EDIT:
I could successfully build DeepSpeed if when replaced
include_dirs
relative path by absolute path.Issue maybe related to pytorch/pytorch#37707
The text was updated successfully, but these errors were encountered: