- sudo apt-get -qq update
- sudo apt-get install python-setuptools
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- - sudo apt-get install -qq libhdf5-serial-dev python-h5py
+ - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables
- sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad
# command to install dependencies
install:
# - "pip install -r requirements.txt --use-mirrors"
-- sudo pip install numexpr
- python setup.py install
Needed::
python (>=2.7) python-setuptools python-numpy python-scipy python-h5py python-matplotlib python-imaging
- python-simplejson python-yaml python-mutagen libhdf5-serial-dev python-numexpr python-gst0.10
+ python-simplejson python-yaml python-mutagen libhdf5-serial-dev python-tables python-gst0.10
gstreamer0.10-gnonlin gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
Optional::
self._tempfile = NamedTemporaryFile(mode='w', suffix='.h5',
prefix='ts_buf_',
delete=True)
- self.fileh = tables.open_file(self._tempfile.name, mode='w')
+ self.fileh = tables.openFile(self._tempfile.name, mode='w')
if not array_names:
array_names = []