Daniel Rasmussen

Results 94 comments of Daniel Rasmussen

I also had to stop using the `LD_LIBRARY_PATH` approach because it had too many side-effects on other system packages. @tbekolay's fix is an improvement, but is obviously quite inconvenient (I...

The official documentation suggests manually doing `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/` every time you want to use TensorFlow, which obviously isn't really a feasible solution. This is discussed above, but I'll reiterate the...

Hi @SuryanarayanaY, See https://github.com/tensorflow/tensorflow/issues/52988#issuecomment-1323825349 for a summary of the discussion in this thread. The short answer is that no, that solution doesn't address the issue. Longer answer: The solution you...

Yes, the behaviour is the same in 2.11 and 2.12.0rc1 (I wouldn't expect it to change between rc1 and the full 2.12 release). Note that in 2.12 the error message...