This is just a place to keep track of virtual environments

aztec

2.4

vtwisted

  • tables -- not installed
  • scipy -- installed BUT error on stats (0.6.0 via yum ... I think)
    ImportError: /usr/lib/python2.4/site-packages/scipy/special/_cephes.so: wrong ELF class: ELFCLASS32
    

2.5

vbacktests

  • tables -- OK
  • numpy -- installed 1.3.0
  • scipy -- not installed 0.7.0 error:
    numpy.distutils.system_info.BlasNotFoundError: 
        Blas (http://www.netlib.org/blas/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [blas]) or by setting
        the BLAS environment variable.
    

scout

2.4

2.5

backtests

  • scipy -- installed
  • tables -- installed
  • _bsddb -- error
      File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/bsddb/__init__.py", line 51, in <module>
        import _bsddb
    ImportError: No module named _bsddb
    

imac

2.4

vtwisted

  • tables -- no
  • scipy -- no
  • numpy -- 1.0.2

2.5

  • scipy -- installed (ver 0.7.0.dev3812)

backtests

numpy -- 1.0.5 can't do install

  File "/private/tmp/easy_install-VDUlqE/numpy-1.3.0/numpy/core/setup.py", line 289, in generate_config_h
    
  File "/private/tmp/easy_install-VDUlqE/numpy-1.3.0/numpy/core/setup.py", line 253, in check_mathlib
    
EnvironmentError: math library missing; rerun setup.py after setting the MATHLIB env variable

2.6

backetsts26

  • numpy -- ok (install went ok after new xcode tools download)
  • scipy -- ok (ok after new xcode download)
  • tables - might be ok. required hdf5. not sure about the lib bindings to where this is installed
     export HDF5_DIR=/Users/philipcooper/working/hdf5/hdf5-1.8.3/hdf5
    
    Also, everytime import tables is run in python the result is:
    >>> import tables
    HDF5-DIAG: Error detected in HDF5 (1.8.3) thread 0:
      #000: H5Z.c line 275 in H5Zregister(): no filter function specified
        major: Invalid arguments to routine
        minor: Bad value
    
  • hdf5 -- ran but not sure if it fully installed. pytables is linked to this location ~/working/hdf5

winphil

2.5

  • numpy -- installed 1.3.0
  • scipy -- installed 0.7.1rc3 (windows installer)
  • tables -- ERROR Cold not find a local HDF5 installation
  • HDF5 -- downloaded but not place/installed