BookmarkSubscribeRSS Feed
acordes
Rhodochrosite | Level 12
I'm new to Python and I'd would like to import a gensim library as I'm interested in running word2vec.
When I use the code that works for other libraries like panda this time I get an error.
I'm so inexperienced that I even don't know if I have to download or install a library before making it available.
2 REPLIES 2
ballardw
Super User

You will get better results on this forum posting the text of any errors. If code is involved and the error occurs in the log then post the code and error from the log into a code box opened using the forum's {I} icon to preserve formatting.

BrianGaines
SAS Employee

Hi @acordes,

 

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 

help('modules')

from within a Python notebook.

 

Hopefully this helps!

 

-Brian

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1403 views
  • 1 like
  • 3 in conversation