У меня нет файла с именем numpy.py.Мои точные шаги: в Python откройте C: \ Adrian \ Python37 \ Lib \ numpy-1.11.2 \ setup.py, я запускаю этот модуль:
>>>
=========== RESTART: C:\Adrian\Python37\Lib\numpy-1.11.2\setup.py ===========
Running from numpy source directory.
>>> import numpy as np
>>> list_int = [8, 3, 34, 111]
>>> a_int = np.array(list_int)
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
a_int = np.array(list_int)
AttributeError: module 'numpy' has no attribute 'array'