[ https://issues.apache.org/jira/browse/CLIMATE-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163591#comment-15163591 ]
ASF GitHub Bot commented on CLIMATE-766: ---------------------------------------- GitHub user lewismc opened a pull request: https://github.com/apache/climate/pull/311 CLIMATE-766 Easy-ocw/install-ubuntu.sh script is broken This initial pull request addresses the following issues from https://issues.apache.org/jira/browse/CLIMATE-766 1. Missing dependencies: Even after running the script there are multiple missing dependency errors. The script also does not install 'numpy' which is required. 3. The script does not install the climate module (by executing 'python setup.py install') Still to be addressed 2. Multiple install_logs : The script create log file in whichever directory it is in. 4. The script does not install dependencies via anaconda. That means modules 'h5py', 'netcdf4', etc are not installed which are required. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/climate CLIMATE-766 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/311.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #311 ---- commit 46ca2f7e16524ba19b456aa71cf434737e8563cc Author: Lewis John McGibbney <lewis.j.mcgibb...@jpl.nasa.gov> Date: 2016-02-24T19:45:12Z CLIMATE-766 Easy-ocw/install-ubuntu.sh script is broken ---- > Easy-ocw/install-ubuntu.sh script is broken > ------------------------------------------- > > Key: CLIMATE-766 > URL: https://issues.apache.org/jira/browse/CLIMATE-766 > Project: Apache Open Climate Workbench > Issue Type: Improvement > Environment: Ubuntu-14.04 > Reporter: Ibrahim Jarif > Fix For: 1.2 > > > The install-ubuntu.sh script is broken. There are multiple issues > 1. Missing dependencies: Even after running the script there are multiple > missing dependency errors. The script also does not install 'numpy' which is > required. > 2. Multiple install_logs : The script create log file in whichever directory > it is in. > 3. The script does not install the climate module (by executing 'python > setup.py install') > > 4. The script does not install dependencies via anaconda. That means modules > 'h5py', 'netcdf4', etc are not installed which are required. -- This message was sent by Atlassian JIRA (v6.3.4#6332)