writ3it / HD_Python_Libs_Installation

Installer that makes easy installation process of additional python libs in Netezza env.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HD_Python_Libs_Installation

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.

Libraries list

  • 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

Quick Start Guide

  1. Install a INZA (here is a great tutorial)
  2. Place files to /export/home/nz/nz_scripts in your Netezza.
  3. Run installer with code below:
su root
<type root password>
mkdir /export/home/nz/instalation
./main_installer.sh /export/home/nz/instalation
exit

Caution

There are some little bugs with error dealing.

About

Installer that makes easy installation process of additional python libs in Netezza env.

License:MIT License


Languages

Language:Python 50.8%Language:Shell 49.2%