Hello
I am working on the deployment/install on Python on SAS Viya4.
I am following the procedure as prescribed in https://communities.sas.com/t5/SAS-Communities-Library/Using-the-SAS-Configurator-for-Open-Source-to... .
I see that python would be installed on PVS storage.
In my past experience, I have compiled Python from sources on q RHEL workstation, and copied the same installation to multiple machines running the same version of OS.
From the README.md $deploy/sas-bases/examples/sas-pyconfig, I see that the python install confirms to Red Hat Universal Base Image 8 and third party binaries need to compatible with this.
This give me an idea that it should be possible to compile Python from source on an identical machine and copy to the pyconfig-pvs.
Wondering if anybody has tried this? Would appreciate if the community can share thoughts.
Hello @thesasuser
I have similar experiences on Linux and this would be an interesting approach.
There is an interesting Analogy available.
When one tries to use SAS Access interface to Oracle in SAS Viya 4, the Oracle odbc client used is a pre-compiled binary (https://video.sas.com/detail/video/6234732546001/sas-demo-%7C-how-to-configure-a-sas-access-interfac... ). This indicates that one should be able to follow your approach.
Some work around would be needed for the paths.
As others have rightly pointed out, you will be on your own.
There are downside however. Unlike Linux, SAS in general and Viya in particular, is not something one can download and experiment with. Further It would require convincing the leadership in corporate / enterprise environment to allow this experiment.
Any major deviation from the recommended installation procedures may invalidate SAS's support policies. While this is probably fine for test systems, you might want to run this past your management before proceeding with production systems.
Hello @thesasuser
I have similar experiences on Linux and this would be an interesting approach.
There is an interesting Analogy available.
When one tries to use SAS Access interface to Oracle in SAS Viya 4, the Oracle odbc client used is a pre-compiled binary (https://video.sas.com/detail/video/6234732546001/sas-demo-%7C-how-to-configure-a-sas-access-interfac... ). This indicates that one should be able to follow your approach.
Some work around would be needed for the paths.
As others have rightly pointed out, you will be on your own.
There are downside however. Unlike Linux, SAS in general and Viya in particular, is not something one can download and experiment with. Further It would require convincing the leadership in corporate / enterprise environment to allow this experiment.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
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.