This isn't an urgent request because at the moment pip install tensorflow doesn't seem to work with python 3.7, but for more data-pipeline like things it might be nice to get working. Also, presumably the binary for tensorflow will eventually exist in python 3.7.
I've managed to compile on a CentOS 6 machine using
export LD_LIBRARY_PATH+=:/cvmfs/cms.cern.ch/slc6_amd64_gcc493/external/openssl/1.0.2d/lib
./configure --with-openssl=/cvmfs/cms.cern.ch/slc6_amd64_gcc493/external/openssl/1.0.2d/
make
make install
This isn't an urgent request because at the moment
pip install tensorflow
doesn't seem to work with python 3.7, but for more data-pipeline like things it might be nice to get working. Also, presumably the binary for tensorflow will eventually exist in python 3.7.I've managed to compile on a CentOS 6 machine using
and this gives me pip3 at least.