I'm new in Python and I had met a problem that I can't run a code using NumPy. It always shows this error:
Exception has occurred: RuntimeError The current Numpy installation ('C:\Users\Username\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 File "C:\Users\Username\Desktop\just_a_testing.py", line 1, in import numpy as np
I already tried using other's project to exclude my code's problem but it's also not working. Besides, I also reinstalled matplotlib and numpy packages but still get this error. Can someone help me?