-
Notifications
You must be signed in to change notification settings - Fork 346
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
Error in installing #887
Comments
I think this error is happening because you do not have the Line 77 in 868c7d3
#888 should fix this error. If you are still running into errors after this, it could be that the build system can't find the CMake executable. In this case you should add the executable to you |
Thank you!
|
Strange,
However, I see C++14 flags ( -std=gnu++1y ) in your build logs. I wonder if CMake is misconfiguring something.
|
Yes. In the TransformerEngine/transformer_engine/CMakeLists.txt there are only |
If you are still debugging this, it may be helpful to pass the |
Thank you. I have solved this problem with switching from cmake 3.28 to 3.29 and re-cloning the latest repo. |
There are two errors occurred when I tried to install this lib:
cmake.__file__
in line 81 of setup.py is None so it cause a TypeError when it's used as the cmake path. I can let it bypass this part and use #search in path to find the cmake in my system.fatal error: filesystem: No such file or directory
.My system spec is:
Linux 3.10.0-1160.102.1.x86_64 x86_64 x86_64 GNU/Linux
CUDA 12.3
GPU: Tesla T4
cmake 3.28.0
GCC 11.2.1 devtoolset-11
The text was updated successfully, but these errors were encountered: