Closed plopresti closed 7 months ago
I created my own work-around before I saw the pull request from @trevor-m :
tp=/path/to/venv/lib/python3.11/site-packages-tensorflow/include/third_party
mkdir "$tp"/eigen3
ln -s ../../unsupported ../../Eigen "$tp"/eigen3
...and then delete your Bazel cache and rebuild.
Of course the pull request has a much better approach.
System information
Describe the bug
Build fails with:
A clear and concise description of what the bug is.
Code to reproduce the issue