简体   繁体   中英

report “ImportError: The nose module is not installed. It is needed for Theano tests.” when use “theano.test”

When I use theano.test() to test the theano, it report: ImportError: The nose module is not installed. It is needed for Theano tests. ImportError: The nose module is not installed. It is needed for Theano tests. . But I check the package by pip list , I find that nose 1.3.7 is already exsist.

It might be the Python version?

Currently, Theano Release 1.0 only supports >=3.4 and <3.6. If your Python version is higher than 3.5.X, try downgrading and then re-run the Theano test. Do let everyone know if that works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM