BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
daoud_028
Fluorite | Level 6

i have installed sas university edition. am using python notebook please let me know how to install python package . notebook showing environment error :[error 13] permission denied.

 

PFA

daoud_028_1-1597739740288.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
BrianGaines
SAS Employee

Hi @daoud_028,

 

As per this blog post, only certain Python modules are available for use when using the Python kernel in SAS University Edition.  SAS University Edition does include over 300 Python modules, but because SAS UE is packaged in a virtual machine that cannot altered, unfortunately you cannot install additional modules.  

 

To see a complete list of the Python modules available in SAS UE, run the following code:

help('modules')

from within a Python notebook.

 

Hopefully this helps!

 

-Brian

View solution in original post

2 REPLIES 2
BrianGaines
SAS Employee

Hi @daoud_028,

 

As per this blog post, only certain Python modules are available for use when using the Python kernel in SAS University Edition.  SAS University Edition does include over 300 Python modules, but because SAS UE is packaged in a virtual machine that cannot altered, unfortunately you cannot install additional modules.  

 

To see a complete list of the Python modules available in SAS UE, run the following code:

help('modules')

from within a Python notebook.

 

Hopefully this helps!

 

-Brian

daoud_028
Fluorite | Level 6

Thanks for your quick response.

 

can we connect python machine code on SAS? if yes please share with me.  

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

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