Installer that makes easy installation process of additional python libs in Netezza env. Installer also fix zlib error while importing packages in python scripts and will correct sha versions available in Python. Tested on Netezza Software Emulator 7.2.1.
- lapack 3.8.0 (compilation will be used for numpy installation)
- numpy 1.10.4
- scipy 0.18.1 (presents as 1.13)
- sscikit-learn 1.16.1
- Install a INZA (here is a great tutorial)
- Place files to /export/home/nz/nz_scripts in your Netezza.
- Run installer with code below:
su root
<type root password>
mkdir /export/home/nz/instalation
./main_installer.sh /export/home/nz/instalation
exit
There are some little bugs with error dealing.