Numpy error in Python.
Sandeep Devadas
dsandie@gmail.com
Wed Jun 24 14:22:00 GMT 2009
Hello All,
I have imported the python-numpy package and am trying to
import numpy into python on bash.I am getting this error as shown
below.Please let me know what to do.
$ python
Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14)
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.test()
Running unit tests for numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",
line 240, in test
self._show_system_info()
File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",
line 151, in _show_system_info
nose = import_nose()
File "/usr/lib/python2.5/site-packages/numpy/testing/nosetester.py",
line 51, in import_nose
raise ImportError(msg)
ImportError: Need nose >= 0.10.0 for tests - see
http://somethingaboutorange.com/mrl/projects/nose
>>> exit()
Thanks and Regards,
Sandeep.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list