I wanted to use pytorch, keras and/or tensorflow in SAS University Edition but can not use any of these libraries in user mode. It seems Jupyter lab was never tested for these tools. Linux Virtual Machine needs at least gcc compiler.
Errors:
Pytorch:
ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /folders/myfolders/.local/lib/python3.5/site-packages/torch/_C.cpython-35m-x86_64-linux-gnu.so)
Keras, Tensorflow:
ImportError: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /folders/myfolders/.local/lib/python3.5/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)