You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building TensorFlow 2.15 on a cluster with EB 5.x and we observe some ModuleNotFoundError e.g. flatbuffers, when extensions come from dependencies.
This seems to be related TensorFlow using hermetic python (which ignores easybuild python installation) and #3514, which removes PYTHONPATH containing sitecustomization.py.
Not sure what's be best way of tackling this, but I'm tempted to introdcuce $EBROOTPYTHON/lib/python3.xx/site-packages/ to PYTHONPATHhere.
The text was updated successfully, but these errors were encountered:
When building TensorFlow 2.15 on a cluster with EB 5.x and we observe some
ModuleNotFoundError
e.g.flatbuffers
, when extensions come fromdependencies
.This seems to be related TensorFlow using hermetic python (which ignores easybuild python installation) and #3514, which removes
PYTHONPATH
containingsitecustomization.py
.Not sure what's be best way of tackling this, but I'm tempted to introdcuce
$EBROOTPYTHON/lib/python3.xx/site-packages/
toPYTHONPATH
here.The text was updated successfully, but these errors were encountered: