Skip to content

Commit

Permalink
At present netCDF4==1.1.7 produces an error
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiver committed Mar 19, 2015
1 parent 0e7536e commit 118aed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/install_ubuntu.sh
Expand Up @@ -23,7 +23,8 @@ sudo apt-get install -q -y git gfortran python-dev python-numpy \
libnetcdf-dev libhdf5-serial-dev \
python-gdal python-pip

sudo pip install nose netCDF4 pyproj
# At present netCDF4==1.1.7 produces an error
sudo pip install nose netCDF4==1.1.6 pyproj

##########################################################
# Setup for various versions of MPI
Expand Down

0 comments on commit 118aed6

Please sign in to comment.