-
Notifications
You must be signed in to change notification settings - Fork 95
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
build failed in conda environment #2574
Comments
I've got the same issue. Admittedly I'm using cuda-12.5 but I doubt that random basic STL classes are missing. Also had it with 'vector' not found. BTW this is not a conda environment but a plain vanilla Ubuntu environment. llvm-17 installed via apt. |
Now 100% according to the recommendations with cuda-12.3 but now bombs by not finding stdc++!
|
Hi @s34296216 and @berndporr, I wasn't able to reproduce the Python Version: 3.10 Could you please try this and let me know if you encounter any further issues? The C++ Standard Library headers are provided by the
I also noticed you're running on a 6700XT which is not officially supported for use with ROCm. Please be sure to set the environment variable |
Issue type
Build/Install
Have you reproduced the bug with TensorFlow Nightly?
No
Source
source
TensorFlow version
2.14.0.600
Custom code
Yes
OS platform and distribution
Linux Ubuntu 22.04
Mobile device
No response
Python version
3.10
Bazel version
bazel 6.5.0- (@non-git)
GCC/compiler version
gcc (conda-forge gcc 12.1.0-17) 12.1.0
CUDA/cuDNN version
No response
GPU model and memory
6700xt (gfx1031)
Current behavior?
Install clang 17 already
Standalone code to reproduce the issue
Relevant log output
The text was updated successfully, but these errors were encountered: