berkeley-stat159 / project-beta

BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

fixed data write/read path, reduce hidden layer size #157

Closed rishizsinha closed 8 years ago

rishizsinha commented 8 years ago

@rossbar @matthew-brett @jarrodmillman

Setting environment variables from .travis.yml $ export DEPENDS="requirements.txt" $ export COVERAGE=1 0.00s$ source ~/virtualenv/python2.7/bin/activate $ python --version Python 2.7.9 $ pip --version pip 6.0.7 from /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages (python 2.7) install.1 0.00s$ source tools/travis_tools.sh install.2 1.31s$ virtualenv --python=python venv Running virtualenv with interpreter /home/travis/virtualenv/python2.7.9/bin/python Using real prefix '/opt/python/2.7.9' New python executable in venv/bin/python Installing setuptools, pip...done. install.3 0.00s$ source venv/bin/activate install.4 0.00s$ python --version Python 2.7.9 install.5 0.46s$ retry pip install nose You are using pip version 6.0.7, however version 7.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting nose Using cached nose-1.3.7-py2-none-any.whl Installing collected packages: nose Successfully installed nose-1.3.7 0.54s$ sudo apt-get install libblas-dev liblapack-dev libatlas3gf-base Reading package lists... Done Building dependency tree
Reading state information... Done Package libatlas3gf-base is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Unable to locate package libblas-dev E: Unable to locate package liblapack-dev E: Package 'libatlas3gf-base' has no installation candidate The command "sudo apt-get install libblas-dev liblapack-dev libatlas3gf-base" failed and exited with 100 during . Your build has been stopped.

Do you have any idea why this part of .travis.yml would break?

rossbar commented 8 years ago

There's a piazza about this... put a sudo apt-get update before the sudo apt-get install ... call