Install supporting packages » History » Version 6
Neil Voss, 05/12/2010 09:36 AM
| 1 | 1 | Amber Herold | h1. Install supporting packages |
|---|---|---|---|
| 2 | |||
| 3 | 5 | Neil Voss | Install any missing prerequisite supporting packages by following the instructions for your specific Linux distribution. |
| 4 | 1 | Amber Herold | |
| 5 | 5 | Neil Voss | For example, SUSE users can use YaST to install them; RedHat and CentOS users can use @yum@, Debian and Ubuntu uses @apt-get@. |
| 6 | 1 | Amber Herold | |
| 7 | 5 | Neil Voss | We highly recommend using pre-built binary packages to install the programs. Installing from source can quickly become a nightmare! See also the previous page, [[Instructions_for_installing_CentOS_on_your_computer]] for Red Hat based systems. |
| 8 | |||
| 9 | 1 | Amber Herold | h3. Required supporting packages: |
| 10 | |||
| 11 | |_.Name:|_.Download site:|_.yum package name|_.SuSE rpm name| |
||
| 12 | |Python 2.4 or newer| "http://www.python.org":http://www.python.org|python|python-devel| |
||
| 13 | |wxPython 2.5.2.8 or newer| "http://www.wxpython.org":http://www.wxpython.org|wxPython|python-wxGTK| |
||
| 14 | |MySQL Python client 1.2 or newer| "http://sourceforge.net/projects/mysql-python":http://sourceforge.net/projects/mysql-python|MySQL-python|python-mysql| |
||
| 15 | |Python Imaging Library (PIL) 1.1.4 or newer| "http://www.pythonware.com/products/pil/":http://www.pythonware.com/products/pil/|python-imaging|python-imaging| |
||
| 16 | |Python XML module 0.8.3 or newer| "http://pyxml.sourceforge.net":http://pyxml.sourceforge.net|PyXML|python-xml| |
||
| 17 | |NumPy 1.0.1 or newer| "http://www.scipy.org":http://www.scipy.org|numpy|numpy| |
||
| 18 | |SciPy 0.5.1 (tested, others may work)*| "http://www.scipy.org":http://www.scipy.org , "http://repos.opensuse.org/science":http://repos.opensuse.org/science *|scipy|python-scipy| |
||
| 19 | |||
| 20 | |||
| 21 | 6 | Neil Voss | h3. Scipy/Numpy |
| 22 | |||
| 23 | 5 | Neil Voss | * SciPy may not build from source properly on some versions of SuSE due to an incompatible LAPACK package that comes with SuSE. You can get scipy as well as a compatible LAPACK etc. from http://repos.opensuse.org/science (need to specify your SuSE version and machine etc.) |
| 24 | 1 | Amber Herold | |
| 25 | You can test your numpy and scipy install with their build in test functions: |
||
| 26 | <pre> |
||
| 27 | python -c 'import numpy; numpy.test(level=1)' |
||
| 28 | python -c 'import scipy; scipy.test(level=1)' |
||
| 29 | </pre> |
||
| 30 | 2 | Amber Herold | |
| 31 | 4 | Neil Voss | Numpy is more stable should be successful. Expect to see lots of errors with scipy. |
| 32 | 6 | Neil Voss | |
| 33 | h3. Mac OS X 10.6: |
||
| 34 | You can successfully install all of these packages on a Mac by downloading DMG files and clicking on the install programs |
||
| 35 | |||
| 36 | # First, start by downloading a newer version of python (v2.6 recommended) from http://python.org. |
||
| 37 | # Download numpy and scipy DMG files from |
||
| 38 | 2 | Amber Herold | ______ |
| 39 | |||
| 40 | [[Download Appion Files|Download Appion Files >]] |
||
| 41 | 3 | Amber Herold | |
| 42 | ______ |