I came here for the same issue and your solution really worked.

Thank you!!!!!!

El martes, 31 de mayo de 2016, 22:07:24 (UTC-5), zhaohui escribió:
>
> But it still no use.
>
> 在 2016年4月22日星期五 UTC+8上午12:23:30,Jörg v. Kirschbaum写道:
>
> Hello,
>
>
> I followed the instructions at
>
>
> http://deeplearning.net/software/theano/install.html
>
>
> for Mac OsX Installation using MacPorts. After the installation, I run the 
> test - which fails with "No module named nose_parameterized". Trying to 
> install this module fails, too.
>
>
> Thanks for any hints
>
>
> Jörg
>
>
> -------
>
>
> $ python -c "import theano; theano.test()"
>
> Theano version 0.8.2
>
> theano is installed in 
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano
>
> NumPy version 1.10.4
>
> NumPy relaxed strides checking option: False
>
> NumPy is installed in 
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy
>
> Python version 2.7.11 (default, Mar  1 2016, 18:40:10) [GCC 4.2.1 
> Compatible Apple LLVM 7.0.2 (clang-700.1.81)]
>
> nose version 1.3.7
>
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/misc/pycuda_init.py:34:
>  
> UserWarning: PyCUDA import failed in theano.misc.pycuda_init
>
>   warnings.warn("PyCUDA import failed in theano.misc.pycuda_init")
>
> EE...........E..../opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/compile/profilemode.py:84:
>  
> UserWarning: DEPRECATION WARNING: The ProfileMode is deprecated. Use the 
> Theano flags/parameter to theano.function 'profile=True' instead of 
> 'mode=ProfileMode'
>
>   "DEPRECATION WARNING: The ProfileMode is deprecated. "
>
> ...../opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/nanfunctions.py:326:
>  
> RuntimeWarning: All-NaN slice encountered
>
>   warnings.warn("All-NaN slice encountered", RuntimeWarning)
>
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/nanfunctions.py:227:
>  
> RuntimeWarning: All-NaN axis encountered
>
>   warnings.warn("All-NaN axis encountered", RuntimeWarning)
>
> .E........E.............................../opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/gof/vm.py:818:
>  
> UserWarning: CVM does not support memory profile, using Stack VM.
>
>   'CVM does not support memory profile, using Stack VM.')
>
> ...........SS.............0.274883970015
>
> 0.274883970015
>
> 0.274883970015
>
> 0.274883970015
>
> ..............................................E....................................................................................SS.ES...SSSESEEEEEESSEESSESEESESSSEEEEEEEEE./opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/gpuarray/type.py:772:
>  
> UserWarning: config.experimental.unpickle_gpu_on_cpu is set to True. 
> Unpickling GpuArray as numpy.ndarray
>
>   "config.experimental.unpickle_gpu_on_cpu is set to True. "
>
>
> .EESEE......EES..EE.......EEEEEEEEEEE..EEE.EEEE.....EEEE...E....E...........EEEEEEEEE......EEE......EEEE..........SEE..SSSSS.......S....E...
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/compile/tests/test_builders.py",
>  
> line 12, in <module>
>
>     from theano.tests import unittest_tools
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/compile/tests/test_debugmode.py",
>  
> line 13, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/compile/tests/test_function_module.py",
>  
> line 14, in <module>
>
>     from theano.tests.unittest_tools import SkipTest
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/compile/tests/test_ops.py",
>  
> line 6, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: test_sparse_input_aliasing_affecting_inplace_operations 
> (theano.compile.tests.test_pfunc.Test_aliasing_rules)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/compile/tests/test_pfunc.py",
>  
> line 715, in test_sparse_input_aliasing_affecting_inplace_operations
>
>     from theano.sparse import enable_sparse
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sparse/__init__.py",
>  
> line 19, in <module>
>
>     from theano.sparse.basic import *
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sparse/basic.py",
>  
> line 25, in <module>
>
>     import theano.tests.unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/gof/tests/test_graph.py",
>  
> line 9, in <module>
>
>     from theano import (
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sparse/__init__.py",
>  
> line 19, in <module>
>
>     from theano.sparse.basic import *
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sparse/basic.py",
>  
> line 25, in <module>
>
>     import theano.tests.unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: theano.misc.tests.test_may_share_memory.test_may_share_memory_scipy
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/case.py",
>  
> line 197, in runTest
>
>     self.test(*self.arg)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/misc/tests/test_may_share_memory.py",
>  
> line 72, in test_may_share_memory_scipy
>
>     assert may_share_memory(a_, b_) == rep
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/misc/may_share_memory.py",
>  
> line 62, in may_share_memory
>
>     raise TypeError("may_share_memory support only ndarray"
>
> TypeError: may_share_memory support only ndarray and scipy.sparse, 
> CudaNdarray or GpuArray type
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_abstractconv.py",
>  
> line 4, in <module>
>
>     from theano.tensor.nnet.tests import test_abstract_conv
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tensor/nnet/tests/test_abstract_conv.py",
>  
> line 10, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_blas.py",
>  
> line 7, in <module>
>
>     from theano.tests import unittest_tools
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_blocksparse.py",
>  
> line 6, in <module>
>
>     import theano.tests.unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_conv_cuda_ndarray.py",
>  
> line 24, in <module>
>
>     from theano.tests.unittest_tools import seed_rng, assert_allclose
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_cuda_ndarray.py",
>  
> line 12, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_cula.py",
>  
> line 5, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_dnn.py",
>  
> line 15, in <module>
>
>     import theano.tests.unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_fftconv.py",
>  
> line 5, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_gemmcorr3d.py",
>  
> line 6, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_mlp.py",
>  
> line 19, in <module>
>
>     import theano.tests.unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_nnet.py",
>  
> line 8, in <module>
>
>     import theano.tests.unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_opt.py",
>  
> line 15, in <module>
>
>     import theano.tensor.tests.test_nlinalg
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tensor/tests/test_nlinalg.py",
>  
> line 13, in <module>
>
>     from theano.tests.test_rop import break_op
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/test_rop.py",
>  
> line 16, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/cuda/tests/test_tensor_op.py",
>  
> line 15, in <module>
>
>     from theano.tensor.nnet.tests import test_conv3d2d
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tensor/nnet/tests/test_conv3d2d.py",
>  
> line 14, in <module>
>
>     import theano.tests.unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/gpuarray/tests/test_abstractconv.py",
>  
> line 5, in <module>
>
>     from theano.tensor.nnet.tests import test_abstract_conv
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tensor/nnet/tests/test_abstract_conv.py",
>  
> line 10, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/gpuarray/tests/test_basic_ops.py",
>  
> line 13, in <module>
>
>     from theano.tensor.tests import test_basic
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tensor/tests/test_basic.py",
>  
> line 54, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/gpuarray/tests/test_blas.py",
>  
> line 8, in <module>
>
>     from theano.tests import unittest_tools as utt
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/gpuarray/tests/test_dnn.py",
>  
> line 4, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/gpuarray/tests/test_elemwise.py",
>  
> line 5, in <module>
>
>     from theano.tests.unittest_tools import SkipTest, assert_allclose
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line 418, in loadTestsFromName
>
>     addr.filename, addr.module)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 47, in importFromPath
>
>     return self.importFromDir(dir_path, fqname)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/importer.py",
>  
> line 94, in importFromDir
>
>     mod = load_module(part_fqname, fh, filename, desc)
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/sandbox/gpuarray/tests/test_neighbours.py",
>  
> line 1, in <module>
>
>     from theano.tensor.nnet.tests import test_neighbours
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tensor/nnet/tests/test_neighbours.py",
>  
> line 10, in <module>
>
>     from theano.tests import unittest_tools
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tests/unittest_tools.py",
>  
> line 7, in <module>
>
>     from nose_parameterized import parameterized
>
> ImportError: No module named nose_parameterized
>
>
> ======================================================================
>
> ERROR: Failure: ImportError (No module named nose_parameterized)
>
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>
>   File 
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/loader.py",
>  
> line
>
> ...

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to