when I'm trying to import numpy on my 64bit computer with python 3.9.0, It is giving me this error:
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Alizadeh\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy_init_.py", line 305, in
_win_os_check()
File "C:\Users\Alizadeh\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy_init_.py", line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('C:\Users\Alizadeh\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html
#The link above is not the exact link that was shown but it leads to the same page what is the problem that I am getting this error?