1

SOLVED

I am having this error which is not resolved.

I have already installed numpy completely still having this error.

*Info: I am using Visual Studio Code.

Error:

Module 'numpy' has no 'array' member pylint(no-member) [3,5]

Code:

import numpy as np
a = np.array([(1,2,3),(4,5,6)])
print(a)

Thanks in Advance.

Ritul Chavda
  • 173
  • 1
  • 9

0 Answers0