<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS University Ed JupyterLab issue - Unable to import and use pytorch, keras and tensorflow in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-University-Ed-JupyterLab-issue-Unable-to-import-and-use/m-p/614239#M17939</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12496"&gt;@SuzanneDorinski&lt;/a&gt; for pointing it out. SASPy can not be used for Text/Image Processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As it is Linux user terminal. SAS Technical support advised me to install it as follows from Python Console:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;!pip install sklearn --user
import sklearn&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; cursor: text; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Somehow there is no GCC compiler. &lt;/SPAN&gt;It should work if they provide GCC installed version of University Edition. And if there is a way to configure GPU for fast processing.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 29 Dec 2019 01:09:09 GMT</pubDate>
    <dc:creator>gami4388</dc:creator>
    <dc:date>2019-12-29T01:09:09Z</dc:date>
    <item>
      <title>SAS University Ed JupyterLab issue - Unable to import and use pytorch, keras and tensorflow</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-University-Ed-JupyterLab-issue-Unable-to-import-and-use/m-p/614227#M17937</link>
      <description>&lt;P&gt;I wanted to use&amp;nbsp;&lt;FONT&gt;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.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Errors:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Pytorch:&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg" style="color: #e75c58;"&gt;ImportError&lt;/SPAN&gt;: /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)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Keras, Tensorflow:&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg" style="color: #e75c58;"&gt;ImportError&lt;/SPAN&gt;: /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)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 20:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-University-Ed-JupyterLab-issue-Unable-to-import-and-use/m-p/614227#M17937</guid>
      <dc:creator>gami4388</dc:creator>
      <dc:date>2019-12-28T20:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Ed JupyterLab issue - Unable to import and use pytorch, keras and tensorflow</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-University-Ed-JupyterLab-issue-Unable-to-import-and-use/m-p/614236#M17938</link>
      <description>&lt;P&gt;See the section "Python limitations in SAS University Edition" towards the bottom of &lt;A href="https://blogs.sas.com/content/sasdummy/2018/02/05/python-sas-university-edition/" target="_blank" rel="noopener"&gt;Coding in Python with SAS University Edition&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 23:57:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-University-Ed-JupyterLab-issue-Unable-to-import-and-use/m-p/614236#M17938</guid>
      <dc:creator>SuzanneDorinski</dc:creator>
      <dc:date>2019-12-28T23:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Ed JupyterLab issue - Unable to import and use pytorch, keras and tensorflow</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-University-Ed-JupyterLab-issue-Unable-to-import-and-use/m-p/614239#M17939</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12496"&gt;@SuzanneDorinski&lt;/a&gt; for pointing it out. SASPy can not be used for Text/Image Processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As it is Linux user terminal. SAS Technical support advised me to install it as follows from Python Console:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;!pip install sklearn --user
import sklearn&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; cursor: text; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Somehow there is no GCC compiler. &lt;/SPAN&gt;It should work if they provide GCC installed version of University Edition. And if there is a way to configure GPU for fast processing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2019 01:09:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-University-Ed-JupyterLab-issue-Unable-to-import-and-use/m-p/614239#M17939</guid>
      <dc:creator>gami4388</dc:creator>
      <dc:date>2019-12-29T01:09:09Z</dc:date>
    </item>
  </channel>
</rss>

