报告“ ImportError:未安装鼻子模块Theano测试需要它”当使用“ theano.test”时

问题描述

当我使用theano.test()测试theano时,它报告: ImportError: The nose module is not installed. It is needed for Theano tests.。但是我用pip list检查了包裹,发现鼻子1.3.7已经存在。

解决方法

可能是Python版本吗?

当前,Theano Release 1.0仅支持> = 3.4和