matthewfeickert / HEPML-env

A minimal Python3 environment for HEP machine learning with pipenv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Supporting Python 3.7 on SLC6 #22

Open dguest opened 6 years ago

dguest commented 6 years ago

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

and this gives me pip3 at least.