Я использую Python 2.7.2 | EPD 7.1-1 (64 бит) и по какой-то причине numpy.random.choice не работает:numpy.random не имеет атрибута «выбор»
из окна терминала :
d-108-179-168-72:~ home$ python
Enthought Python Distribution -- www.enthought.com
Version: 7.1-1 (64-bit)
Python 2.7.2 |EPD 7.1-1 (64-bit)| (default, Jul 3 2011, 15:56:02)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "packages", "demo" or "enthought" for more information.
>>> import numpy as np
>>> np.random.choice(5, 3)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'choice'
любые идеи о том, что может быть проблемой?
благодаря
'нп .__ version__'? – cphlewis