I applied chi - square test and after running successful few minutes ago now it is showing me the error. The program shows me the error in numpy.
The error I observed is:
Traceback (most recent call last):
File "G:\Setups\Python\chi-1.py", line 4, in <module>
from numpy._distributor_init import NUMPY_MKL
File "G:\Setups\Python\lib\site-packages\numpy\__init__.py", line 142, in <module>
from . import add_newdocs
File "G:\Setups\Python\lib\site-packages\numpy\add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "G:\Setups\Python\lib\site-packages\numpy\lib\__init__.py", line 8, in <module>
from .type_check import *
File "G:\Setups\Python\lib\site-packages\numpy\lib\type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "G:\Setups\Python\lib\site-packages\numpy\core\numeric.py", line 30, in <module>
from ._internal import TooHardError
ModuleNotFoundError: No module named 'numpy.core._internal'
The code I performed:
import numpy