BookmarkSubscribeRSS Feed
gami4388
Calcite | Level 5

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)

 

2 REPLIES 2
SuzanneDorinski
Lapis Lazuli | Level 10

See the section "Python limitations in SAS University Edition" towards the bottom of Coding in Python with SAS University Edition.

gami4388
Calcite | Level 5

Thanks @SuzanneDorinski for pointing it out. SASPy can not be used for Text/Image Processing.

 

As it is Linux user terminal. SAS Technical support advised me to install it as follows from Python Console:

 

!pip install sklearn --user
import sklearn

 

Somehow there is no GCC compiler. It should work if they provide GCC installed version of University Edition. And if there is a way to configure GPU for fast processing.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 790 views
  • 1 like
  • 2 in conversation